My app is running well on an iPhone. To speed things up I would like to develop my jqm stuff in an ordinary web browser as Chrome or Firefox on my local machine.
Now my app requires to login. I can login locally, but it looks like I cannot "stick" to session. After I logged in and do something, I am redirected to login, because my local env somehow does not attach to the servers session.
Is there any solutions to this? Do I need to manually set a cookie? I don't understand the difference between my iPhone simulator and my local webbrowser, so if one of you experts could explain that to me.
Thanks in advance
christian