Windows Authentication and Session State
From: Will Gillen (g_i_l_l_e_0_0_1__at__n_s_u_o_k_._e_d_u)
Date: 11/08/04
- Previous message: Jeff Dillon: "Re: Encrypt String or different approach"
- Next in thread: Nico den Boer: "Re: Windows Authentication and Session State"
- Reply: Nico den Boer: "Re: Windows Authentication and Session State"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Mon, 8 Nov 2004 14:51:55 -0600
I have an ASP.NET application that is using windows authentication (basic).
It prompts the user for their Windows Credentials when they first load the
page.
Now, I want to have the "session" timeout in 3 minutes, so that the page
will again prompt them for their credentials if this timeout has elapsed.
I have tried setting the "Session.timeout = 3" in the page_load method of
the page I want to secure.
I notice that the "Session_End" method in Global.Asax does fire, but the
Authentication Ticket appears to "stay valid" even after the Session has
ended.
Is there a way to force the page to prompt again for Windows Credentials at
specified timeouts?
Please let me know.
Thanks.
-- Will Gillen
- Previous message: Jeff Dillon: "Re: Encrypt String or different approach"
- Next in thread: Nico den Boer: "Re: Windows Authentication and Session State"
- Reply: Nico den Boer: "Re: Windows Authentication and Session State"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|