|
I'm
not sure I understand your problem. Are you saying that the user session
persists after the user logs off and you want to invalidate the session at that
point?
Mark
Hi All,
Is there any solution for doing a
proper logout after the user is logged in with a BASIC auth
information. session invalidation is useless because the access to the
resources is allowed as the browser keeps sending the "Authorisatoin" header
until it is closed and opened.
I need in a way such that after logout,
if came back to the same page .... BASIC auth window should pop up againg
prompting for username and password.
right now i have done using a
session variable to check if the user has logged out and prompting him to
close and restart the
browser.
Thankx,
regards, Arun.N
|