collective / pas.plugins.ldap

Zope (and Plone) PAS Plugin providing users and groups from LDAP directory
http://pypi.python.org/pypi/pas.plugins.ldap
Other
13 stars 20 forks source link

Automatic Sign out after X Hours #66

Closed timhxara closed 5 years ago

timhxara commented 5 years ago

We have been successfully using this LDAP integration with Active Directory for some time now but we are noticing that users are automatically being logged out from Plone after X hours (I believe 2 hours).

This only seems to affect users authenticated with LDAP as local users remain logged in (even when left idle overnight).

Apologies if this has been answered already or is specific to our setup.

jensens commented 5 years ago

Cookie lifetime is unrelated to this plugin. Please look at plone,session for more control about session lifetime.