I am writing a CRM program with the following technical specification. I hit an issue with broswer "session"
- PHP 5.2.x
- Apache 2.x
- Cakephp framework
- when set the security level to 'medium', the session persist but it won't destroy itself after browser close
- when set the security level to 'high', the session will be cleared after user close the browser, but the session will be lost occasionally e.g. click multiple hyperlinks in a sec
Can you suggest what could possibly go wrong and how to rectify the issue?
session persistence issue
Moderator: General Moderators