mesh2005 Posted August 2, 2007 Share Posted August 2, 2007 I'm using sessions to track logged in users (I set a variable $_SESSION['v'] to a value after login). I wanna add a "Remember Me" check box on the login page, how can I preserve sessions for logged in users? Link to comment https://forums.phpfreaks.com/topic/63038-how-to-preserve-sessions/ Share on other sites More sharing options...
trq Posted August 2, 2007 Share Posted August 2, 2007 This is what cookies are for. Take a look at setcookie. Link to comment https://forums.phpfreaks.com/topic/63038-how-to-preserve-sessions/#findComment-313956 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.