Please start any new threads on our new
site at https://forums.sqlteam.com. We've got lots of great SQL Server
experts to answer whatever question you can come up with.
Author |
Topic |
bubberz
Constraint Violating Yak Guru
289 Posts |
Posted - 2007-02-22 : 20:16:10
|
We were giving a demo today, and after someone was explaining a section of the application and nothing was being done with the application, I tried to click on the Edit link for a datagrid and it was unresponsive. I had to get out of the page and go back in.We have the session timeout to 60min. due to the initial specs, so I'm not really sure why this would happen. The network security has the session timeout to 2hours if there's no activity.Any suggestions are welcome! |
|
bubberz
Constraint Violating Yak Guru
289 Posts |
Posted - 2007-02-23 : 09:53:09
|
So I just checked the web.config, and sessionState is:<sessionState cookieless="false" timeout="60"/>I just checked the IIS session state timeout for this application, and it's set to 20 minutes.Does IIS rule over what's in web.config? I'm thinking it does. So, I just set the IIS to 60 as well. Do I need to do an IISreset? |
|
|
|
|
|