Hi there,
When new J2ME client from 7210 emulator http to server, the server sends session id obtained via encodeURL(...);
However, when new J2ME client is from 7210 phone using same code for both client and server, the server does not send session id since it find session.isNew() returns false.
I am using Sun's smartticket server (the session mechanism) for my app.
Could somebody help, I have not got a clue for this problem? What behaviour from mobile phone or mobile network make server think the session is not new?
Many thanks in advance.
qmei

Reply With Quote

