rajesh Posted December 13, 2006 Share Posted December 13, 2006 Dear friendsPlease any body help me to give some guidelines to implement the “session_set_save_handler” function in my project. And also give some detailed description to “remember me” option in websites Link to comment https://forums.phpfreaks.com/topic/30425-uses-of-session_set_save_handler/ Share on other sites More sharing options...
hitman6003 Posted December 13, 2006 Share Posted December 13, 2006 It is used to change the default way of saving and retrieving session data for a user.The "Remember Me" option works via cookies. Link to comment https://forums.phpfreaks.com/topic/30425-uses-of-session_set_save_handler/#findComment-140071 Share on other sites More sharing options...
trq Posted December 13, 2006 Share Posted December 13, 2006 If you don't know what [url=http://php.net/session_set_save_handler]session_set_save_handler[/url] does, why do you need to use it in your project? Link to comment https://forums.phpfreaks.com/topic/30425-uses-of-session_set_save_handler/#findComment-140074 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.