anant salgaonkar - 2012-09-06 06:41:25
I have implemented it but when by instantiating new session class
then i have added some session variables even those session variables get added to database.
But when i try to access it on other page in chrome
by again instantiating SEssion class on newly opened page and try 2 check if session variable is set or not
it shows not set
Where else in firefox sometimes it recognizes id and returns true
I am trying to implement LOGIN and LOGOUT using session can you give some demo example
and how shd I destroy session.
Please revert back soon