I am using some session variables on a page that I want to clear using session.clear() if the user decides to reset the form as I am pulling those session variables to run queries when the form posts back to iteself.
My question is: Will session.clear() only clear the session variables associated with that specific session_id (or user) and not clear ALL session variables. I just wanted to be sure that when a user selects to reset the form and I run session.clear() that it only clears their session values and not ALL session values.
Thanks!
My question is: Will session.clear() only clear the session variables associated with that specific session_id (or user) and not clear ALL session variables. I just wanted to be sure that when a user selects to reset the form and I run session.clear() that it only clears their session values and not ALL session values.
Thanks!