Page 1 of 1

question about cookies

Posted: Wed Aug 19, 2009 7:17 am
by dsick
can cookies last forever.. even if the user deletes them?

an application im working on needs a perm way to store the users username

because im updating the database based on the username from the cookie...

Re: question about cookies

Posted: Wed Aug 19, 2009 8:54 am
by jackpf
No, if the user deletes them they obviously won't exist anymore.

Make them log in.