You are here

README.txt in Session Limit 6

Same filename and directory in other branches
  1. 8 README.txt
  2. 5 README.txt
  3. 6.2 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.

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. Optional:
  15. ---------
  16. This module is able to use the token module for generating tokenized emails
  17. or showing tokenized messages on the collision and disconnect events.
  18. http://drupal.org/project/token
  19. If you want to customize the notices that users see, try the String Overrides
  20. module. Both the message for prompting to disconnect a user and the message
  21. that the disconnected user sees are passed through Drupal's localize t()
  22. function.
  23. http://drupal.org/project/stringoverrides
  24. Requires:
  25. ---------
  26. - Drupal 6.X
  27. Issue queue:
  28. ------------
  29. http://drupal.org/project/issues/session_limit