Hey,
Suppose I want to allow a user to save settings without having to register or login (for a web 2.0 project) - theoretically, can this be done with PHP?
I could save a cookie, save some tracking info in the database and then recall the cookie info? (Save info in DB also, just in case cookies are erased.)
But, what if they clear their cookies and their IP changes?
How can I do this?
Thanks,
-Matt
Suppose I want to allow a user to save settings without having to register or login (for a web 2.0 project) - theoretically, can this be done with PHP?
I could save a cookie, save some tracking info in the database and then recall the cookie info? (Save info in DB also, just in case cookies are erased.)
But, what if they clear their cookies and their IP changes?
How can I do this?
Thanks,
-Matt





