I am trying to call a session based webservice from my Iphone application. However, I can't get it to work since an Iphone App doesn't allow having a cookie which is necessary for storing the session information.
I have read the following article and there seems to be a way to deal with session based webservices however, I can't find out how it should work.