Page 2 of 2

Posted: Wed Jun 20, 2007 10:09 pm
by tecktalkcm0391
feyd wrote:It's a string? Don't store that in a cookie. The size of cookies is severely limited. Use the database. Set their session cookie to have an expiration then use that as the key (in some form) to the database records.
How can I keep the database clean though?

Posted: Wed Jun 20, 2007 11:26 pm
by feyd
Delete all records older than six hours of age.