A
Agos
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
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