I am developing the servlets for a native ios application.. Now I placed some of the things in session to be retrieved later on, this thing is now working perfect as far as we run the site in pc browser, but my concern is that since pc browser always pass the session id in every request in background to fulfill the response(using the headers and special keys), how that can be achieved in ios native app, I mean I will send the sessionId at the starting when session is created for the app and will tell the ios developer to send that key(sessionId) while sending the request and get the exact data associated with that sessionId in the server.
So is it possible to achieve that or I have to change the server code(which I don't want at all.. ;( )......
please shed some light on it....thanks... in advance...............Ankur