
Signature
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
>I wrote a small application in ASP.NET for my office. It's used in
>intranet.
[quoted text clipped - 18 lines]
>
> Agos
> IIS's session state configuration does not affect ASP.NET (until in Vista
> where ASP.NET and IIS is better integrated)
>
> If you have already set session timeout, are you using forms
> authentication? It has its own timeout as well.
=========================================
Thank you Teemu,
yes I'm using form authentication.
I think you are talking about timeout cookie in IIS-> My Application ->
Properties -> ASP.NET -> Modify configuration -> Authentication -> Timeout
cookie
or is it just a parameter I should put in Web.Config?
Thaks again
bye bye
Agos
> Teemu Keiski
> AspInsider, ASP.NET MVP
[quoted text clipped - 23 lines]
>>
>> Agos
Teemu Keiski - 07 Oct 2007 15:26 GMT
Ah, from there yes it is ASP.NET affecting configuration. Yes you should
tweak authentication timeout as well in taht case. It defaults to 20 or 30
minutes.

Signature
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net
>> IIS's session state configuration does not affect ASP.NET (until in Vista
>> where ASP.NET and IIS is better integrated)
[quoted text clipped - 43 lines]
>>>
>>> Agos
Agos - 08 Oct 2007 19:16 GMT
It works, thank you very much :-)
bye
Agos
> Ah, from there yes it is ASP.NET affecting configuration. Yes you should
> tweak authentication timeout as well in taht case. It defaults to 20 or 30
[quoted text clipped - 48 lines]
>>>>
>>>> Agos