session timeout problem

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was experiencing problems with session in asp .net.
I´ve set up session timeout on 180 minutes at web.config, machine.config,
iis and even in application code, always session expires on 20 minutes after
last request.

Any solutions?

Thank you in advance.
 
Hi Germain..
Actually thats the default?But after changing in IIS that should work!
Patrick
 
Thanks for the answers.
I used Performance Counters (Worker Process Restarts, Sessions Active,
Sessions Timed Out and Sessions Abandoned ) to watch execution. Worker
Process never restarts.

I keep looking for help, thanks.
 
Back
Top