This project is not covered by Drupal’s security advisory policy.

This module is unsupported due to a security issue the maintainer didn’t fix.

If you want to use this module, your options are:

  • Choose another, actively maintained module instead
  • Following the unsupported project process.
  • Hire someone to fix the security bug so the module can be re-published and supported (Consider hiring companies listed in the Marketplace)

AJAX session allows you to use AJAX to set PHP session variables. This could be useful, for example, if your website had a UI that could be altered with jQuery; after a UI element was altered jQuery it could use the javascript that AJAX session provides to set a specified PHP session variable used in rendering that UI element the next page load. For security purposes, any code that uses AJAX session must call a PHP function that registers a specified session variable. Once that is done, AJAX session will accept any AJAX post requests to modify that variable (assuming it originates from the IP address that the session is associated with).

Project information

Releases