GuitarGod Posted August 20, 2006 Share Posted August 20, 2006 Hey,I need help with PHP sessions. I am using the 'session_regenerate_id()' function to regenerate the session ID. I have set the save path to 'temp/sessions/'.The session gets saved in this folder, but when the session regenerates, it doesn't delete the old session. How can i make this happen?I've also tried session_regenerate_id(true), still to no avail, please help! :D Link to comment https://forums.phpfreaks.com/topic/18100-help-with-php-sessions/ Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.