You are here

README.txt in Automated Logout 7.2

README.txt file
===============
$Id: README.txt,v 1.2 2009/04/17 14:05:51 jvandervort Exp $

Settings
========

Enable module checkbox. 
  If this is unchecked the module is NOT activated and no 
  automated logouts will occur.

Timeout value in seconds.
  The is the "inactivity" timeout value. It's important to note
  that the server's only way of knowing about activity is when
  a browser requests a page from it. If the user is happily sitting
  there, say typing an enormous blog entry, then there's no way for the
  server to know the actual user is very busy until he/she submits the
  page. The server checks for any submissions (input) by the user.
  If there is content being added, the timeout is effectivly
  cancelled and a new session starts.

Browser refresh delta:
  If this is set to a non zero value, this time will be added to the
  "Timeout value in seconds" variable and be used to set a :-
    <meta http-equiv="refresh" content="xxx">
  line in the <head> section of the page. It's likely that clocks
  won't be perfect so make the browser wait sometime longer than the
  actual time out value. This effectively sends the browser back to
  the homepage with the user logged out. Set this to 0 (zero) to disable
  the <meta> tag.
 
  Note, as stated above, we test for content submission before doing
  a logout so that users do not loose work. However, if you force a
  meta refresh, this is not possible as the browser will refresh the
  page without doing a submit or a preview. In this case, users may
  loose work so use this option carefully. There's nothing more
  annoying than loosing your work (except maybe hemorrhoids! ;)

Enable watchdog auto-logout logging:
  Check on to have the module record when it expires a user.

Set-up your site policy by role:
  You can specify, by role, how users are treated regarding timeout
  issues. The three types of policy are :

    Enforce: All users in this role have the timeout enforced on them
    Exclude: All users in this role do not have the timeout enforced on them
    By user: All users in this role have the choice to disable the timeout.

Important note! The module by default uses Enforce. However, if a user is
found to have any other exclusion (by role or by choice) this takes
precidence over any Enforce that might have been in place.

Finally, this module provides a block that displays the h,m,s left in this
session (hours minutes seconds). It can be enabled in Admin > blocks and
the title of the block can be set in the standard settings page. This block 
is only displayed if you have the jstimer module installed.

If a policy settings means a user is not subject to autologout (in a role
of Exclude or By user and user set in profile not to autologout) then the
block is not displayed. The block is only displayed to users who will be
logged out if appropiate.



File

README.txt
View source
  1. README.txt file
  2. ===============
  3. $Id: README.txt,v 1.2 2009/04/17 14:05:51 jvandervort Exp $
  4. Settings
  5. ========
  6. Enable module checkbox.
  7. If this is unchecked the module is NOT activated and no
  8. automated logouts will occur.
  9. Timeout value in seconds.
  10. The is the "inactivity" timeout value. It's important to note
  11. that the server's only way of knowing about activity is when
  12. a browser requests a page from it. If the user is happily sitting
  13. there, say typing an enormous blog entry, then there's no way for the
  14. server to know the actual user is very busy until he/she submits the
  15. page. The server checks for any submissions (input) by the user.
  16. If there is content being added, the timeout is effectivly
  17. cancelled and a new session starts.
  18. Browser refresh delta:
  19. If this is set to a non zero value, this time will be added to the
  20. "Timeout value in seconds" variable and be used to set a :-
  21. line in the section of the page. It's likely that clocks
  22. won't be perfect so make the browser wait sometime longer than the
  23. actual time out value. This effectively sends the browser back to
  24. the homepage with the user logged out. Set this to 0 (zero) to disable
  25. the tag.
  26. Note, as stated above, we test for content submission before doing
  27. a logout so that users do not loose work. However, if you force a
  28. meta refresh, this is not possible as the browser will refresh the
  29. page without doing a submit or a preview. In this case, users may
  30. loose work so use this option carefully. There's nothing more
  31. annoying than loosing your work (except maybe hemorrhoids! ;)
  32. Enable watchdog auto-logout logging:
  33. Check on to have the module record when it expires a user.
  34. Set-up your site policy by role:
  35. You can specify, by role, how users are treated regarding timeout
  36. issues. The three types of policy are :
  37. Enforce: All users in this role have the timeout enforced on them
  38. Exclude: All users in this role do not have the timeout enforced on them
  39. By user: All users in this role have the choice to disable the timeout.
  40. Important note! The module by default uses Enforce. However, if a user is
  41. found to have any other exclusion (by role or by choice) this takes
  42. precidence over any Enforce that might have been in place.
  43. Finally, this module provides a block that displays the h,m,s left in this
  44. session (hours minutes seconds). It can be enabled in Admin > blocks and
  45. the title of the block can be set in the standard settings page. This block
  46. is only displayed if you have the jstimer module installed.
  47. If a policy settings means a user is not subject to autologout (in a role
  48. of Exclude or By user and user set in profile not to autologout) then the
  49. block is not displayed. The block is only displayed to users who will be
  50. logged out if appropiate.