README.txt 1.5 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. Overview:
  2. ---------
  3. The session-limit module is designed to allow an administrator to limit
  4. the number of simultaneous sessions a user may have.
  5. Installation and configuration:
  6. -------------------------------
  7. Installation is as simple as copying the module into your 'modules' directory,
  8. then enabling the module.
  9. The default max sessions is 1. Change default max sessions can be changed in
  10. 'Configuration >> People >> Session Limit'
  11. The path for this is /admin/config/people/session-limit
  12. Triggers are available to assign any of the three system actions to either the
  13. collision or disconnect events. That includes displaying a message to the user,
  14. sending an email, or redirecting to a different URL.
  15. Rules events are available for collision or disconnect events.
  16. The precedence of defined session limits are:
  17. 1. The user's session limit if set, otherwise,
  18. 2. The highest session limit for a user as set on their roles, if all are set to default then
  19. 3. The system default session_limit
  20. Optional:
  21. ---------
  22. This module is able to use the token module for generating tokenized emails
  23. or showing tokenized messages on the collision and disconnect events.
  24. http://drupal.org/project/token
  25. If you want to customize the notices that users see, try the String Overrides
  26. module. Both the message for prompting to disconnect a user and the message
  27. that the disconnected user sees are passed through Drupal's localize t()
  28. function.
  29. http://drupal.org/project/stringoverrides
  30. Requires:
  31. ---------
  32. - Drupal 7.x
  33. Issue queue:
  34. ------------
  35. http://drupal.org/project/issues/session_limit