Jump to content

[SOLVED] $_SESSIONS


TGWSE_GY

Recommended Posts

Okay so my login system uses PHP $_SESSION and it works fine for the most part except when a user has been away from the site say for 5 hours and comes back they are denied access and we have to delete them from the active_users tbl in the DB to allow them to log in? Is there a way to make $_SESSION's stay active for X-Amount of time and then kick off a script to log the uset off of the site.

 

Thanks

 

Link to comment
https://forums.phpfreaks.com/topic/161329-solved-_sessions/
Share on other sites

Okay so my login system uses PHP $_SESSION and it works fine for the most part except when a user has been away from the site say for 5 hours and comes back they are denied access and we have to delete them from the active_users tbl in the DB to allow them to log in? Is there a way to make $_SESSION's stay active for X-Amount of time and then kick off a script to log the uset off of the site.

 

Thanks

 

 

I think you have to use cookies if you want users to be able to come back to the site. I think once the browser is closed the session dies.

Link to comment
https://forums.phpfreaks.com/topic/161329-solved-_sessions/#findComment-851332
Share on other sites

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.