Force login each session? Is this a LDAP integration issue or a Drupal one?
eft - September 25, 2009 - 14:06
| Project: | LDAP integration |
| Version: | 6.x-1.0-beta1 |
| Component: | Miscellaneous |
| Category: | support request |
| Priority: | normal |
| Assigned: | Unassigned |
| Status: | closed |
Jump to:
Description
Awesome module(s). You guys are making it possible for Drupal to penetrate the enterprise.
I'm concerned that someone using a shared computer could browse our site after a legitimate user has previously authenticated. Is this a LDAP integration issue or a Drupal one i.e. should I be looking for a solution here or with another module?
Thanks

#1
Does the previous user logged out off the drupal, or just closed the browser?
#2
Just closed the browser session. I'm not worried if they've logged (at least I don't think I should be).
#3
You'd want to look at a different module.
http://drupal.org/project/remember_me
Remember me is simple to use it just adds a checkbox to the login form and does what you want it to do, you can adjust the time to "remember" users, 1 hour -- 1 month, which will remember users even after the browser was closed and opened. If the users don't check the 'remember me' check box on login, it logs them out when the browser is closed.
You can also manualy adjust the setting.php file to lower the cookie lifetime
ini_set('session.cookie_lifetime', 2000000);#4
thanks for the tip
#5
Automatically closed -- issue fixed for 2 weeks with no activity.