Maintaining the session even after the browser is closed

Posted by shoaibmohammed on Stack Overflow See other posts from Stack Overflow or by shoaibmohammed
Published on 2010-05-25T12:25:09Z Indexed on 2010/05/25 12:31 UTC
Read the original article Hit count: 291

Hello,

Could anyone tell how to maintain a session (in PHP) so that the session contains are preserved and are accessible even after the browser is restarted.

In general a session expires with the closing of a browser, but I want the session NOT TO BE CLOSED so that the session data's can be accessed the next time the browser is used.

Thanks

© Stack Overflow or respective owner

Related posts about session

Related posts about session-state