I have set the session expiry time in my Test
servlet to 10 secs (BASIC auth., using JDBC realm).

But when I type in the URL in the browser
(IE5/6, Mozilla, Netscape 4.x etc), the login window
does not reappear but request goes straight to the
servlet in question.

I even tried to invalidate the session cookie using a "logout" link
in the tes servlet, but to no avail.

Only if the browser is destroyed does the login window reappear.

Any idea to force a login after a certain interval of time?

Cheers
-raj

Reply via email to