Jump to content

how to make an auto logout when the user close the window????


Recommended Posts

Indeed - if you are using sessions in order to implement a login then users will be logged out when they close their browser anyway. It you're concerned about security, you could also ensure that the user's not been inactive for more than x minutes.

 

You might like to check out this tutorial on cookies and sessions if you're not too comfortable with them: http://www.phpfreaks.com/tutorial/sessions-and-cookies-adding-state-to-a-stateless-protocol

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.