These forums are read-only and considered to be an archive. Please use the new Community for future interaction and posts.

Session Time Out; Supported?

We are using the VistaControl.  How do you set the timeout to 10 minutes?  An earlier article, for a different product, references the web.config file; is this the same file needing a change?  If so, which section do you place the code below in?  Please help.  Thanks.

<sessionState mode="InProc" timeout="10" />
Dave 3/22/2010 12:33 PM
Yes, that setting is correct as FileVistaControl works with the ASP.NET's session module.
You can just include that setting between <system.web> tags in the web.config of your project.
Cem Alacayir 3/22/2010 5:36 PM