session_cache 7.x-1.3

Bug fixes
New features
Insecure

Honour the global variable $cookie_domain, as set in settings.php -- except when set to .localhost (illegal), in which case ini_get('session.cookie_domain') is used.
Add another optional source for session id: IP address (so that cookies need not be used).
Fixed #2210329: setcookie is called multiple times (SESSION_CACHE_STORAGE_DB_CORE)

session_cache 7.x-1.1

New features
Insecure

Make Session Cache File submodule a little more robust. Added "Status report" for Session Cache File.

session_cache 7.x-1.0

New features
Insecure

Option to remember session between different browsers (authenticated users only).
Improved Session Cache File submodule.

session_cache 6.x-1.0

New features

Option to remember session between different browsers (authenticated users only).

session_cache 7.x-1.0-beta1

New features
Insecure

session_cache_set($bin, $data) with $data==NULL will now result in the associated slot for that user being deleted, rather than set to NULL.

session_cache 6.x-1.0-beta1

Backport from D7, by arpeggio. Thanks Roland!
Does not include D7's session_cache_file example submodule

session_cache 6.x-1.x-dev

Backport from D7, by arpeggio. Thanks Roland!
Does not include the session_cache_file example submodule.

session_cache 7.x-1.x-dev

New features

When session_cache_set($bin, $data) is called with $data==NULL the bin is deleted.

Subscribe with RSS Subscribe to Releases for Session Cache API