I have a customer that has a 25 user public portal license for WebLink. This WebLink site is setup to allow public access to a repository using auto-login with a generic Laserfiche WEBLINKUSER account.
- Session timeouts set for 20 minutes in IIS7(ASP.Net settings and Application Pool settings)
- Session timeout in the Weblink web.config set to 20 minutes
- Applied KB 1012655 for disabling the keep alive function
- Added the bots and crawlers found in the IIS logs to the web.config
- Robots.txt file configured to disallow all bots/crawlers
With all these updates and changes the WEBLINKUSER account does not disconnect out after being inactive. I have to disconnect the sessions on a daily basis as the accounts will indefinitely hold a license and not allow new users to access the repository.
Are there any settings I am missing? Or any fixes available to force the inactive accounts to disconnect?