martoni

Keep session

Simple module to keep your Drupal session alive until the user close his browsers window. This option can be very useful if the Drupal administrator has no access to the settings.php or the session's lifetime really have to be limited for the view time because of any security issue.
The module try to keep the session with periodical site downloads. This is done by jQuery AJAX requests by default or can fall back to an IFRAME solution if JavaScript is not available at the client side.
The only modifiable attribute of the module is the period which can be set in a millisecond granularity. (This value will be round to seconds if the IFRAME solution is used.)

Syndicate content