Session time out/log out in .asp with windows authentication?

Session time out/log out in .asp with windows authentication?

am 05.05.2006 20:47:13 von J

Hello. Is it possible to have a session expire/time out or log out for a
windows regular
domain user logged into an .asp application? Thanks in advance.

J

Re: Session time out/log out in .asp with windows authentication?

am 05.05.2006 21:13:49 von reb01501

J wrote:
> Hello. Is it possible to have a session expire/time out or log out
> for a windows regular
> domain user logged into an .asp application? Thanks in advance.
>
The authentication mode is irrelevant.
A session will always expire when the timeout setting is exceeded.

A good resource is www.aspfaq.com. You should go there, do a search for
"session" and "session_onend", and read the resulting articles

--
Microsoft MVP -- ASP/ASP.NET
Please reply to the newsgroup. The email account listed in my From
header is my spam trap, so I don't check it very often. You will get a
quicker response by posting to the newsgroup.

Re: Session time out/log out in .asp with windows authentication?

am 05.05.2006 23:16:27 von J

Thanks for your reply Bob. I'll look into it.

Have a good weekend.

J


"Bob Barrows [MVP]" wrote in message
news:u76rLgHcGHA.3872@TK2MSFTNGP04.phx.gbl...
>J wrote:
>> Hello. Is it possible to have a session expire/time out or log out
>> for a windows regular
>> domain user logged into an .asp application? Thanks in advance.
>>
> The authentication mode is irrelevant.
> A session will always expire when the timeout setting is exceeded.
>
> A good resource is www.aspfaq.com. You should go there, do a search for
> "session" and "session_onend", and read the resulting articles
>
> --
> Microsoft MVP -- ASP/ASP.NET
> Please reply to the newsgroup. The email account listed in my From
> header is my spam trap, so I don't check it very often. You will get a
> quicker response by posting to the newsgroup.
>
>