feat(legacy): move session store to database (#2523)
This commit is contained in:
parent
be282fac80
commit
001466f8fd
14 changed files with 2259 additions and 5 deletions
|
@ -136,8 +136,6 @@ class Application_Model_Auth
|
|||
*/
|
||||
public static function pinSessionToClient($auth)
|
||||
{
|
||||
$session_id = PRODUCT_NAME . '-';
|
||||
$session_id .= bin2hex(Config::getPublicUrl());
|
||||
$auth->setStorage(new Zend_Auth_Storage_Session($session_id));
|
||||
$auth->setStorage(new Zend_Auth_Storage_Session('libretime'));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue