ballhogjoni Posted March 28, 2008 Share Posted March 28, 2008 I have a list of variable set into a session, but I want to keep all of them in a session except one. Is there a way to do this? Link to comment https://forums.phpfreaks.com/topic/98253-how-to-destroy-one-session-variable/ Share on other sites More sharing options...
mb81 Posted March 28, 2008 Share Posted March 28, 2008 unset($_SESSION['variable']); Link to comment https://forums.phpfreaks.com/topic/98253-how-to-destroy-one-session-variable/#findComment-502718 Share on other sites More sharing options...
ballhogjoni Posted March 28, 2008 Author Share Posted March 28, 2008 thx figured it out! Link to comment https://forums.phpfreaks.com/topic/98253-how-to-destroy-one-session-variable/#findComment-502722 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.