You are here

README.txt in Rules Session Variables 2.x

Same filename and directory in other branches
  1. 7 README.txt
  2. 2.0.x README.txt
-- SUMMARY --

This rules_session_vars module is a simple module that allows to write/read
custom values to/from $_SESSION array. Also provides a Rules Condition to check
if some value is already in $_SESSION.

For a full description of the module, visit the project page:
  http://www.drupal.org/project/rules_session_vars

To submit bug reports and feature suggestions, or to track changes:
  http://drupal.org/project/issues/rules_session_vars


-- REQUIREMENTS --

  Rules module (of course)

-- INSTALLATION --

  Install as usual, see
  http://drupal.org/documentation/install/modules-themes/modules-7
  for further information.

-- Configuration --

  This module provides three rule actions and one rule condition.
  Use them as seems appropriate.

  Actions:
    * Load value from $_SESSION
    * Remove value from $_SESSION
    * Store value to $_SESSION
  Condition:
    * $_SESSION key exists

-- CONTACT --

Originally inspired by ioskevich's sandbox project.

Current maintainer:
  Lucas Hedding (heddn) - http://drupal.org/user/1463982

Drupal 8 version port:
  * https://www.drupal.org/u/heddn
  * https://www.drupal.org/u/rjjakes
  * https://www.drupal.org/u/vdsh

File

README.txt
View source
  1. -- SUMMARY --
  2. This rules_session_vars module is a simple module that allows to write/read
  3. custom values to/from $_SESSION array. Also provides a Rules Condition to check
  4. if some value is already in $_SESSION.
  5. For a full description of the module, visit the project page:
  6. http://www.drupal.org/project/rules_session_vars
  7. To submit bug reports and feature suggestions, or to track changes:
  8. http://drupal.org/project/issues/rules_session_vars
  9. -- REQUIREMENTS --
  10. Rules module (of course)
  11. -- INSTALLATION --
  12. Install as usual, see
  13. http://drupal.org/documentation/install/modules-themes/modules-7
  14. for further information.
  15. -- Configuration --
  16. This module provides three rule actions and one rule condition.
  17. Use them as seems appropriate.
  18. Actions:
  19. * Load value from $_SESSION
  20. * Remove value from $_SESSION
  21. * Store value to $_SESSION
  22. Condition:
  23. * $_SESSION key exists
  24. -- CONTACT --
  25. Originally inspired by ioskevich's sandbox project.
  26. Current maintainer:
  27. Lucas Hedding (heddn) - http://drupal.org/user/1463982
  28. Drupal 8 version port:
  29. * https://www.drupal.org/u/heddn
  30. * https://www.drupal.org/u/rjjakes
  31. * https://www.drupal.org/u/vdsh