session_cache 7.x-1.3

Bug fixes
New features
Insecure
Unsupported

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

New features
Insecure
Unsupported

Enable session_cache API to be used in hook_boot() #2119579: Enable session_cache to be used in hook_boot()
More efficient way of clearing db cache. #2110279: [tsm] manual review

session_cache 7.x-1.1

New features
Insecure
Unsupported

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

session_cache 8.x-1.0-alpha4

New features
Unsupported

Added Status Report line for Session Cache File submodule.

session_cache 7.x-1.0

New features
Insecure
Unsupported

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

session_cache 6.x-1.0

New features
Unsupported

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

session_cache 7.x-1.0-beta1

New features
Insecure
Unsupported

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

Unsupported

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