jd2007 Posted August 12, 2007 Share Posted August 12, 2007 What is the purpose of using this : session_set_save_handler() ? Why should i use it and when ? Quote Link to comment https://forums.phpfreaks.com/topic/64486-hi-what-is-the-purpose-of-using-this-session_set_save_handler/ Share on other sites More sharing options...
phpknight Posted August 12, 2007 Share Posted August 12, 2007 You use that to manage your own sessions. You would use it to use a database or your own files instead of the default PHP behavior. Larry Ullman has a good example in PHP5 Advanced. Quote Link to comment https://forums.phpfreaks.com/topic/64486-hi-what-is-the-purpose-of-using-this-session_set_save_handler/#findComment-321521 Share on other sites More sharing options...
jd2007 Posted August 12, 2007 Author Share Posted August 12, 2007 thanks... Quote Link to comment https://forums.phpfreaks.com/topic/64486-hi-what-is-the-purpose-of-using-this-session_set_save_handler/#findComment-321548 Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.