How to create profiles for guests?
Posted
by Anant
on Stack Overflow
See other posts from Stack Overflow
or by Anant
Published on 2010-04-14T15:11:05Z
Indexed on
2010/04/14
15:13 UTC
Read the original article
Hit count: 257
php
I'm making a site, and will be allowing guests to vote/comment. How should I go about storing the user info?
I wouldn't like the info to be cleared if someone deletes the cookie (SO handles guest users via cookies I guess). If someone clears cookies and changes the ip at once, then only should the guest user info should be lost.
Should I use sessions in php for this?
© Stack Overflow or respective owner