But why the behavior is different ???
I have problem in session delete i suppose.If session is destroyed then how come all the fields are there in cgises_ in /tmp folder ....
to delete session i am using : $session->delete();
method....do we have destroy which completely destroy session in perl...
i feel i am messing something.If in php you write session_destroy() the $_SESSION is empty .....but in perl how it works !!! how to check the old session is lost ?