|
Rank: Newbie Groups: Member
Joined: 7/27/2010 Posts: 5 Points: 15
|
Hi, Is there anyway I can reset the executionTimeout manually? I get an "You are not allowed to view this page" when the executionTimeout ends even when I'm in a middle of something in a module (etc a database search, editing a record) thanks
|
|
Rank: Administration Groups: Administration
, Member
Joined: 10/7/2008 Posts: 505 Points: 1,515
|
|
|
Rank: Newbie Groups: Member
Joined: 7/27/2010 Posts: 5 Points: 15
|
Hi, thanks for your reply I get a "You are not allowed to view this page." after the xx seconds declared in Web.config as:
httpRuntime executionTimeout="xx"
|
|
Rank: Advanced Member Groups: Member
Joined: 7/3/2007 Posts: 44 Points: 132
|
So execution timeout seems to be 98 seconds and sessionState is defaulted out for 20 minutes.
You can modify either value and upload the web.config file back up to your host.
The "not allowed" error is most likely the sessionState, which holds your credentials in a cookie. Btw - make sure you are not removing your web browser cookies nor disable them.
|
|
Guest |