By talus46
Friday, 25. September 2009, 15:28:20
opera mobile 9 and ajax
I'm developing a webclient for mobile devices where i'm using xmlhttprequest to interact with a server.Now I detect that the xmlhttprequest in mobile doesn't behave quite the same as the desktop opera.
In the mobile client the session is always changing. So I GUESS that for some reason is not creating the session cookie as it was suppose to, OR the xmlhttprequest isn't sending it.
Some help on this matter will be very appreciated.
NOTE: the session cookie is created in the server side.
The same code behaves just as it should with opera 10.