This automatically logs a user out if they're idle for a set amount of time. We define 'idle' as having not refreshed the right-hand frame. The administrator can set a standard time for all users or allow users to set their own timeout values.
in order for Timeout User to function correctly.
Version 1.1
by Paul Lesniewski on Mar 8, 2003
[
timeout_user-1.1-0.5.tar.gz tarball (7334 d/l)
Help ]
Requires: Any SquirrelMail version, Compatibility plugin
Description:
- Removed http calls that were being made with every page request and were causing entries to be made in httpd error logs and were also problematic for SSL-based installations. The implementation decisions in v1.0 were a bit rediculous, so if you have it, I highly recommend you upgrade to v1.1.
Version 1.0
by Paul Lesniewski on Mar 3, 2003
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: Any SquirrelMail version, Compatibility plugin
Description:
- Added compatibility with SquirrelMail v1.4.
- Added ability for users to select their own timeout values (admin can block that feature if desired).
- New setup.php format for better overall SquirrelMail performance.
Version 0.3.0
by Paul Lesniewski on Feb 13, 2003
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: Any plugin-capable SquirrelMail version
Description:
- Fix for incorrect URL given when last page viewed was a plugin.
- E_ALL compatibility fix.
- Added compatibility with Plugin Updates plugin.
Version 0.2.0
by Ray Black III on May 29, 2001
[
timeout_user.0.2.0-0.5.tar.gz tarball (11996 d/l)
Help ]
Requires: Any plugin-capable SquirrelMail version
Description: * Cleaner Javascript timout in addition to the standard META logout of 0.1.x. Non-JS browsers won't have a problem, and JS-capable browsers should have a cleaner experience.
* Now works for pages not in the /src directory.
* All links are relative, so it should work for SSL folks now. Tested in Windows: NS4.7x, IE5.5, Opera 5.1x.
Version 0.1
by Ray Black III on May 17, 2001
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: SquirrelMail 0.5 or above
Description: Initial version.
Version 0.1.1
by Ray Black III on May 17, 2001
[
This version is not available. You might be able to get it by asking on the "squirrelmail-plugins" mailing list or by contacting the author. ]
Requires: SquirrelMail 0.5 or above
Description: Small problem, now fixed. The checks weren't in place to see if you should get the 'you were idle' message in signout.php, so you'd get them at every logout.