mirror of
https://github.com/kamilwylegala/cakephp2-php8.git
synced 2025-01-19 11:06:15 +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,
|
||||
'ini' => array(
|
||||
'session.use_trans_sid' => 0,
|
||||
'session.cookie_path' => self::$path,
|
||||
'session.save_handler' => 'files'
|
||||
'session.cookie_path' => self::$path
|
||||
)
|
||||
),
|
||||
'cake' => array(
|
||||
|
|
Loading…
Add table
Reference in a new issue