How To Clear Session Values
- Forums
- PHP
- How To Clear Session Values
today i had this script and i wanted to clear all the sessions values i had started in my php script. so if you find yourself in the same situation maybe this post will help you. [2098], Last Updated: Mon Jun 24, 2024
Webune Support
Mon May 17, 2010
0 Comments
815 Visits
today i had this script and i wanted to clear all the sessions values i had started in my php script. so if you find yourself in the same situation maybe this post will help you.
to clear all the sessions you can use the session_destroy() function