Hi all,
I am struck with this peculiar problem for a long time.
I have created a simple login page using the auth component.
It seems the session is not getting expired when the browser is closed.
The user gets automatically logged in when the browser is open again.
I have used the suggestions given in the following URL. But still the
problem persists.
http://bakery.cakephp.org/articles/admad/2...g-to-your-needs<http://bakery.cakephp.org/articles/admad/2009/09/02/how-to-bend-cakep...>
I also tried by changing the Security.level property to High.
I am using CAKephp 2.1.3
PHP 5.3.10
I am not sure where i am missing the configuration.
I have also tried with the default settings
I have tried this in the browsers Mozilla and Chrome.
Any help?