Sessions and cookies

Posted by Derek on Stack Overflow See other posts from Stack Overflow or by Derek
Published on 2010-05-23T21:36:54Z Indexed on 2010/05/23 21:40 UTC
Read the original article Hit count: 539

I currently have a website that allows my visitors to login via a simple script i've pasted together and wrote. Currently I only use sessions to keep visitors logged in. Are there any advantages to adding cookies to my website to store user logged in status?

Or is there a better way altogether?

© Stack Overflow or respective owner

Related posts about cookies

Related posts about sessions