copy cookiename definition

This commit is contained in:
<bdauvergne@entrouvert.com> 1210785552 +0200 0001-01-01 00:00:00 +00:00
parent c377b14825
commit 28d13761a2
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@ class LassoSPKitSessionFile {
}
}
function retrieve($session, $timeout) {
$LassoSPKitSessionFile_cookiename = 'lassospkit_file_' . LassoSPKitConfig::get('cookiename');
$content = null;
if (isset($_COOKIE[$LassoSPKitSessionFile_cookiename])) {
$session->id = $_COOKIE[$LassoSPKitSessionFile_cookiename];