Discussions
Categories
Groups
Community Home
Categories
INTERNAL ENABLEMENT
POPULAR
THRUST SERVICES & TOOLS
CLOUD EDITIONS
Quick Links
MY LINKS
HELPFUL TIPS
Back to website
Home
Web CMS (TeamSite)
IManSession Timeout
philruelle
Hi,
I was expecting to be able to use the IManSession timeout property to effectively 'auto-logout' the current user once the timeout expires but having written a test app this does not appear to be the case.
Can someone please explain what the timeout property is for?
Thanks,
Phil
Find more posts tagged with
Comments
dopey
The timeout property has to do with how long searches will take. Since it's easy enough to write a search that will run for a long period of time, the timeout value terminate the search if it is taking too long.
You could implement a timeout that would log out by using a windows timer.