ShaolinF Posted December 17, 2009 Share Posted December 17, 2009 Hi Guys I am trying to remove all my sessions using the session_unset() and session_destroy() but my sessions are still viewable ? Whats going on ? Link to comment https://forums.phpfreaks.com/topic/185499-sessions-not-deleting/ Share on other sites More sharing options...
JAY6390 Posted December 17, 2009 Share Posted December 17, 2009 post your session code that you use to unset it Link to comment https://forums.phpfreaks.com/topic/185499-sessions-not-deleting/#findComment-979363 Share on other sites More sharing options...
ShaolinF Posted December 17, 2009 Author Share Posted December 17, 2009 <? session_unset(); session_destroy(); ?> Link to comment https://forums.phpfreaks.com/topic/185499-sessions-not-deleting/#findComment-979393 Share on other sites More sharing options...
JAY6390 Posted December 17, 2009 Share Posted December 17, 2009 change it to <?php session_start(); session_unset(); session_destroy(); ?> Link to comment https://forums.phpfreaks.com/topic/185499-sessions-not-deleting/#findComment-979394 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.