Mico Siahaan wrote at 2003-4-22 17:10 +0700:
In our website, there some pages that could be accessed only by members. So if member want to access this pages they have log in first. The problem is, when they log out, if they don't close the browser, anyone could press 'Back button in the browser then access the members' pages.
Can anybody give me a hint, how to prevent this? I could be inform members to close browser when they log out, but just in case they forget this :)
There is no solution to this problem. It is not Zope related. All environments have this problem. MS Windows tries to work around it by locking the screen after some inactivity. That's the best you can do about it. You can emulate this approach with a timeout for login information. I do not know whether there already is such a user folder, but it would not be too difficult to adapt an existing one. Dieter