extrovertive Posted September 24, 2006 Share Posted September 24, 2006 I have a website where people can login. Now, after they're login, I insert their session_id to a table `session`(user_id, session_id, timestamp, page_viewing).Now, if a user logs out, leave my site, or close the browser, I want that particular session row in the table to be deleted. How is that done? Link to comment https://forums.phpfreaks.com/topic/21847-updating-and-deleting-a-session_id-in-a-mysql-table/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.