mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-02-07 12:36:25 +00:00
Merge pull request #312 from teddyzeenny/patch-cakesession
Patch for CakeSession php default
This commit is contained in:
commit
5d8aeacde5
1 changed files with 1 additions and 2 deletions
|
@ -539,8 +539,7 @@ class CakeSession {
|
||||||
'cookieTimeout' => 240,
|
'cookieTimeout' => 240,
|
||||||
'ini' => array(
|
'ini' => array(
|
||||||
'session.use_trans_sid' => 0,
|
'session.use_trans_sid' => 0,
|
||||||
'session.cookie_path' => self::$path,
|
'session.cookie_path' => self::$path
|
||||||
'session.save_handler' => 'files'
|
|
||||||
)
|
)
|
||||||
),
|
),
|
||||||
'cake' => array(
|
'cake' => array(
|
||||||
|
|
Loading…
Add table
Reference in a new issue