You are here

README.txt in Session Limit 6.2

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 6 README.txt
  4. 7.2 README.txt
  5. 2.x README.txt
Overview:
---------
The session-limit module is designed to allow an administrator to limit
the number of simultaneous sessions a user may have.

Installation and configuration:
-------------------------------
Installation is as simple as copying the module into your 'modules' directory,
then enabling the module at 'Administer >> Site building >> Modules'.

The default max sessions is 1. Change default max sessions can be changed in
'Administer >> User management >> Session limit'.

Triggers are available to assign any of the three system actions to either the
collision or disconnect events. That includes displaying a message to the user,
sending an email, or redirecting to a different URL.

Rules events are available for collision or disconnect events.

The precedence of defined session limits are:

1. The user's session limit if set, otherwise,
2. The highest session limit for a user as set on their roles, if all are set to default then
3. The system default session_limit

Optional:
---------
This module is able to use the token module for generating tokenized emails
or showing tokenized messages on the collision and disconnect events.

http://drupal.org/project/token

If you want to customize the notices that users see, try the String Overrides
module. Both the message for prompting to disconnect a user and the message
that the disconnected user sees are passed through Drupal's localize t()
function.

http://drupal.org/project/stringoverrides

Requires:
---------
 - Drupal 6.X

Issue queue:
------------

http://drupal.org/project/issues/session_limit

File

README.txt
View source
  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 at 'Administer >> Site building >> Modules'.
  9. The default max sessions is 1. Change default max sessions can be changed in
  10. 'Administer >> User management >> Session limit'.
  11. Triggers are available to assign any of the three system actions to either the
  12. collision or disconnect events. That includes displaying a message to the user,
  13. sending an email, or redirecting to a different URL.
  14. Rules events are available for collision or disconnect events.
  15. The precedence of defined session limits are:
  16. 1. The user's session limit if set, otherwise,
  17. 2. The highest session limit for a user as set on their roles, if all are set to default then
  18. 3. The system default session_limit
  19. Optional:
  20. ---------
  21. This module is able to use the token module for generating tokenized emails
  22. or showing tokenized messages on the collision and disconnect events.
  23. http://drupal.org/project/token
  24. If you want to customize the notices that users see, try the String Overrides
  25. module. Both the message for prompting to disconnect a user and the message
  26. that the disconnected user sees are passed through Drupal's localize t()
  27. function.
  28. http://drupal.org/project/stringoverrides
  29. Requires:
  30. ---------
  31. - Drupal 6.X
  32. Issue queue:
  33. ------------
  34. http://drupal.org/project/issues/session_limit