Hi there,
my synchronisation routine connects after each other to 3 different files on different servers. I'm using one Connection object... but I need to open it 3 times (for every different file)...
I open it every time like this:
httpCon = (HttpConnection)Connector.open(url, Connector.READ_WRITE); And every time my sync routine executes this command, my 6600 asks for permission to access the web.
My Java-App also runs on Palm devices... here it asks me only one time (in the beginning of the synchronisation and keeps my "Yes" answer for the next connection)...
What do I have to change??? It sucks if you have to press 3 Times "Yes", while the sync runs trough.
mastix