How to maintain logged in status with web server in an iPhone app?

Posted by elioty on Stack Overflow See other posts from Stack Overflow or by elioty
Published on 2009-10-05T09:37:41Z Indexed on 2010/04/06 4:03 UTC
Read the original article Hit count: 190

Filed under:
|
|
|

Simply, I would like to have an iPhone app that logs in to a web server with inputted username and password values and then maintains this login, so that the user can POST data to the server.

Is this just an issue of using cookies? If so, how do you perform a check to verify the user is logged in?

Thanks.

© Stack Overflow or respective owner

Related posts about iphone

Related posts about session