Re: Windows Authentication Timeout
From: bruce barker (nospam_brubar_at_safeco.com)
Date: 11/09/04
- Next message: Justin: "sending HTML email"
- Previous message: Ian.Suttle_at_gmail.com: "ASP.Net form not posting!"
- Next in thread: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Maybe reply: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Maybe reply: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Maybe reply: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Maybe reply: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 9 Nov 2004 12:21:42 -0800
when you use integrated security, the credentials are requested for each
page. the browser just kindly tries the old login and password once to see
if it still works. to get the browser to reprompt just respond with a 401
error. you will have to remember that you sent the 401, or they will never
get in again.
-- bruce (sqlwork.com)
"Will Gillen" <g_i_l_l_e_0_0_1_@_n_s_u_o_k_._e_d_u> wrote in message
news:Ov86xNpxEHA.1392@TK2MSFTNGP14.phx.gbl...
| I have an ASP.NET application that is using Windows Integrated
| Authentication (IIS) (as opposed to Forms Authentication).
|
| When the user first logs into the application, IIS prompts the user for
| their credentials.
| Once they are "authenticated", their credentials remain active while their
| web browser is open.
|
| Now, I want the "authentication" to "timeout" in 3 minutes. This way if
| they browse to another page after 3 minutes, they are prompted to
"re-enter"
| their credentials again.
|
| I know that in FormsAuthentication, you can "de-authenticate" someone by
| calling "FormsAuthentication.SignOut();" in the Session_End Event in
| Global.asax.
|
| Is there anyting like that for Windows Integrated Authentication (IIS)?
|
| (I had posted a similar question in:
| microsoft.public.dotnet.framework.aspnet.security, but have not been able
to
| get a good response. Please excuse me for cross-posting this question,
but
| I really just need to know if it is even possible...)
|
| Thanks.
|
| -- Will G.
|
|
- Next message: Justin: "sending HTML email"
- Previous message: Ian.Suttle_at_gmail.com: "ASP.Net form not posting!"
- Next in thread: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Maybe reply: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Maybe reply: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Maybe reply: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Maybe reply: Patrick.O.Ige: "Re: Windows Authentication Timeout"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|