Session unset() problem

admin

Administrator
Staff member
Dear all,

I use the following statement to cancel all the session variables in php,

session_start();
session_unset();


Finally, some computers can accomplish this function whereas the others does not. They all use IE browser. Please give explanation, thanks

Simon
 
Back
Top