jonathan14 Posted December 8, 2006 Share Posted December 8, 2006 How do I check a users session is still valid? pleaseI want to do this in my PHP page:if ( session has not expired ) { // do work}else {print("Sorry your session has expired");} Link to comment https://forums.phpfreaks.com/topic/29915-how-do-i-check-a-users-session-is-still-valid-please/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.