Question
Below are my setting about session and I use
LdapContrib.
- $TWiki::cfg{UseClientSessions} = 1;
- $TWiki::cfg{Sessions}{ExpireAfter} = '600';
- $TWiki::cfg{Sessions}{IDsInURLs} = 0;
- $TWiki::cfg{Sessions}{UseIPMatching} = 1;
- $TWiki::cfg{Sessions}{MapIP2SID} = 0;
- $TWiki::cfg{LoginManager} = 'TWiki::Client::TemplateLogin';
- $TWiki::cfg{LoginNameFilterIn} = '^[^\\s\\*?~^\\$@%`"\'&;|<>\\x00-\\x1f]+$';
I want client session expire after 10min with no action on the browser and need to login again. But it never happen!
Am I doing anything wrong?
Environment
--
MagicYang - 04 Feb 2008
Answer
If you answer a question - or someone answered one of your questions - please remember to edit the page and set the status to answered. The status selector is below the edit box.
Sorry, closing this after more than 30 days of inactivity. Please feel free to re-open if needed.
--
PeterThoeny - 03 Apr 2008