Welcome Guest Search | Active Topics | Members | Log In | Register

timeout Options · View
Agos
Posted: Sunday, October 07, 2007 12:11:07 AM


Rank: Guest
Groups: Guest

Joined: 9/17/2007
Posts: 11,670
Points: -1,200
Date parsed: 07/10/2007 00:11:07
Date: Sat, 6 Oct 2007 22:11:07 +0200

I wrote a small application in ASP.NET for my office. It's used in intranet.
The users are about 30 persons.
After a while they started complayning that after about 20 minutes the
application
logs them off (wich is the default value of an APS application I think).
They want to remain logged on for all the 8 hours they work.
I tryed to modify some parameters but I couldn't change the result.
In Web.Config I inserted
<sessionState timeout="480"/>
then
IIS -> My Application -> Property -> ASP.NET -> Modify Configuartion ->
State management -> Session timeout minutes: 480
and also
IIS -> My Application -> Property -> Virtual Directtory -> Configuration ->
Options -> timeout session -> 480 minutes

Can someone help me?

Thanks

Agos


Agos
Posted: Sunday, October 07, 2007 4:00:14 PM


Rank: Guest
Groups: Guest

Joined: 9/17/2007
Posts: 11,670
Points: -1,200
Date parsed: 07/10/2007 16:00:14
Date: Sun, 7 Oct 2007 14:00:14 +0200


"Teemu Keiski" <joteke@aspalliance.com> ha scritto nel messaggio
news:eewyVRNCIHA.4956@TK2MSFTNGP06.phx.gbl...
> 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
> http://blogs.aspadvice.com/joteke
> http://teemukeiski.net
>
> "Agos" <agostino.guberti@fastwebnet.it> wrote in message
> news:uZRNi.2146$lO4.174@tornado.fastwebnet.it...
>>I wrote a small application in ASP.NET for my office. It's used in
>>intranet.
>> The users are about 30 persons.
>> After a while they started complayning that after about 20 minutes the
>> application
>> logs them off (wich is the default value of an APS application I think).
>> They want to remain logged on for all the 8 hours they work.
>> I tryed to modify some parameters but I couldn't change the result.
>> In Web.Config I inserted
>> <sessionState timeout="480"/>
>> then
>> IIS -> My Application -> Property -> ASP.NET -> Modify Configuartion ->
>> State management -> Session timeout minutes: 480
>> and also
>> IIS -> My Application -> Property -> Virtual Directtory ->
>> Configuration -> Options -> timeout session -> 480 minutes
>>
>> Can someone help me?
>>
>> Thanks
>>
>> Agos
>>
>
>


Teemu Keiski
Posted: Sunday, October 07, 2007 5:21:58 PM


Rank: Guest
Groups: Guest

Joined: 9/17/2007
Posts: 11,670
Points: -1,200
Date parsed: 07/10/2007 17:21:58
Date: Sun, 7 Oct 2007 14:21:58 +0300

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.

--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net

"Agos" <agostino.guberti@fastwebnet.it> wrote in message
news:uZRNi.2146$lO4.174@tornado.fastwebnet.it...
>I wrote a small application in ASP.NET for my office. It's used in
>intranet.
> The users are about 30 persons.
> After a while they started complayning that after about 20 minutes the
> application
> logs them off (wich is the default value of an APS application I think).
> They want to remain logged on for all the 8 hours they work.
> I tryed to modify some parameters but I couldn't change the result.
> In Web.Config I inserted
> <sessionState timeout="480"/>
> then
> IIS -> My Application -> Property -> ASP.NET -> Modify Configuartion ->
> State management -> Session timeout minutes: 480
> and also
> IIS -> My Application -> Property -> Virtual Directtory ->
> Configuration -> Options -> timeout session -> 480 minutes
>
> Can someone help me?
>
> Thanks
>
> Agos
>


Teemu Keiski
Posted: Sunday, October 07, 2007 8:26:51 PM


Rank: Guest
Groups: Guest

Joined: 9/17/2007
Posts: 11,670
Points: -1,200
Date parsed: 07/10/2007 20:26:51
Date: Sun, 7 Oct 2007 17:26:51 +0300

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.


--
Teemu Keiski
AspInsider, ASP.NET MVP
http://blogs.aspadvice.com/joteke
http://teemukeiski.net

"Agos" <agostino.guberti@fastwebnet.it> wrote in message
news:jT3Oi.2709$lO4.1683@tornado.fastwebnet.it...
>
> "Teemu Keiski" <joteke@aspalliance.com> ha scritto nel messaggio
> news:eewyVRNCIHA.4956@TK2MSFTNGP06.phx.gbl...
>> 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
>> http://blogs.aspadvice.com/joteke
>> http://teemukeiski.net
>>
>> "Agos" <agostino.guberti@fastwebnet.it> wrote in message
>> news:uZRNi.2146$lO4.174@tornado.fastwebnet.it...
>>>I wrote a small application in ASP.NET for my office. It's used in
>>>intranet.
>>> The users are about 30 persons.
>>> After a while they started complayning that after about 20 minutes the
>>> application
>>> logs them off (wich is the default value of an APS application I think).
>>> They want to remain logged on for all the 8 hours they work.
>>> I tryed to modify some parameters but I couldn't change the result.
>>> In Web.Config I inserted
>>> <sessionState timeout="480"/>
>>> then
>>> IIS -> My Application -> Property -> ASP.NET -> Modify Configuartion ->
>>> State management -> Session timeout minutes: 480
>>> and also
>>> IIS -> My Application -> Property -> Virtual Directtory ->
>>> Configuration -> Options -> timeout session -> 480 minutes
>>>
>>> Can someone help me?
>>>
>>> Thanks
>>>
>>> Agos
>>>
>>
>>
>
>


Users browsing this topic
Guest


Forum Jump
You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.

Main Forum RSS : RSS

YAFPro Theme Created by Jaben Cargman (Tiny Gecko)
Powered by Yet Another Forum.net version 1.9.1.1 (NET v2.0) - 9/10/2007
Copyright © 2003-2006 Yet Another Forum.net. All rights reserved.
This page was generated in 0.091 seconds.