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

Auto Logout Settings

Hi Cem

I was wondering if its possible to configure filevista to do an automatic logout ? Wich code line do i have to modifiy (or create) and in wich file ? 

P.S.: I don't wont that the message "session expired..." appear after the loguot time limit, but i prefer that the filevista session's window close and i will find myself in front of the Login's Panel again. 

Regards

Luca
Luca 4/27/2008 11:43 AM
This behaviour will be fixed in the next version
Cem Alacayir 5/6/2008 1:22 PM
FYI, session expiration is handled by redirecting to the login page instead of displaying a warning message with version 3.1 which we have just released.
Cem Alacayir 5/28/2008 7:45 AM
I have v3.2

Is the way to set the timeout for this in the Web.config file?  Maybe <httpRuntime executionTimeout="7200" /> ?  

Or is it somewhere else?  I don't see it in the UI near the new pwd settings (pretty slick, btw).

Thanks
tod 6/22/2008 8:32 AM
The default value for session timeout is 20 minutes and you can change this setting in web.config: 

<sessionState mode="InProc" timeout="30" /> 

You should set timeout value in minutes.
Cem Alacayir 6/25/2008 6:27 AM