Hi, In my application, after sometime of inactivity, the authentication is expired and then the areas that it requires authentication redirects the user to the login page. This is nice.
However, I have some kind of third party file browser and I use CakePHP session to handle the authentication of the users by setting a session variable in which its value is dependable on the Cake's Authentication. My little problem is, when Authentication is expired and the window of the file browser is still opened, I still able to access it. My question is: How could I able to unset or delete any session variable I have chosen it or all session variables when the Authentication is expired? Check out the new CakePHP Questions site http://cakeqs.org and help others with their CakePHP related questions. You received this message because you are subscribed to the Google Groups "CakePHP" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/cake-php?hl=en
