At 12:58 PM 03/03/01 +0530, Kiran Kumar.M wrote:
>>>>
hi ,
i'm using mod_perl authentication handler, where the user's credentials are checked against a database and in the database i have a flag which tells the login status (y|n), but aftr the user logs out the status is changed to n , my problem is that after logging out if the user goes one page back and submits the browser sends the username and password again , and the status is changed to y . Is there any means of removing the username and password from the browsers cache.
<<<<

I guess I don't understand you setup. If you have a database entry that says they are logged out why don't you see this when they send their request and return a "Sorry, logged out" page?

I wouldn't count on doing anything on the client side.





Bill Moseley
mailto:[EMAIL PROTECTED]

Reply via email to