AJAX Session

Shawn Conn - September 11, 2007 - 17:20

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).

Releases

Official releasesDateSizeLinksStatus
5.x-1.02007-Sep-118.07 KBRecommended for 5.xThis is currently the recommended release for 5.x.
Development snapshotsDateSizeLinksStatus
5.x-1.x-dev2007-Sep-158.08 KBDevelopment snapshotDevelopment snapshots are automatically regenerated and their contents can frequently change, so they are not recommended for production use.
 
 

Drupal is a registered trademark of Dries Buytaert.