Hi,
i have a problem within my CakePHP application: I use the Authorization Component for the login/logout mechanisms. Unfortunately users are logged out automatically when they try to open two or more php pages at the same moment. Thats happening very often because we tend to use the middle mouse button to open many tabs in short intervals.
Has anybody an idea? Could it be CakePHP or is there a php setting for allowing useres to make multiple requests at the same time?
georg