Hi all,
This is the problem I have now:
I have an admin area using frameset. The left frame is the menu, and the right side is to display whatever the content user clicks from the left menu.
When the session expired, i click on one of the menu on the left frame, and it shows the login page on the right frame (and the left menu still displayed). This is a right behavior because i would expect it to show login page when session expires. However, if I refresh the whole page, instead of showing the whole login page, I found myself logged in the admin again. I would suspect that some session or cookie still hang around there.
Anyone here has any idea or experience the same thing?
Thanks