phporcaffeine Posted April 18, 2007 Share Posted April 18, 2007 I'm looking to destroy a session ... not just sessions that my browser has created, but all sesssions on the server, regardless of 'who' created the session. I understand the implications ... I just want to know if it can be done ... -TIA Link to comment https://forums.phpfreaks.com/topic/47616-a-different-way-of-killing-sessions/ Share on other sites More sharing options...
Guest prozente Posted April 19, 2007 Share Posted April 19, 2007 run echo session_save_path(); to see where the session files are stored, once you find the location you can delete the session files Link to comment https://forums.phpfreaks.com/topic/47616-a-different-way-of-killing-sessions/#findComment-232771 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.