Is it possible to have a record automatically delete (itself?) after a given time?
My problem is that I have a login system in which I record online users in a database.
When the browser of a particular user crashes, he's still in the database, and I want him out of there.
The user should be abe to login more than once (from several locations at a time so, thats why I cannot just delete his online-ness)
How can I do this?
My problem is that I have a login system in which I record online users in a database.
When the browser of a particular user crashes, he's still in the database, and I want him out of there.
The user should be abe to login more than once (from several locations at a time so, thats why I cannot just delete his online-ness)
How can I do this?