1
0
Fork 0
mirror of synced 2024-09-30 17:26:48 +13:00

fix: update setParam

This commit is contained in:
Christy Jacob 2023-12-08 21:02:07 +01:00
parent ab84fa8a4d
commit 8b5783d3ff
3 changed files with 3 additions and 2 deletions

@ -1 +1 @@
Subproject commit 94e4c1a73024b0e974fbe6077674281f6e973c9d
Subproject commit 11244b1ad32648ef080f914ff5936a8380b5e199

View file

@ -372,7 +372,7 @@ App::init()
/** TODO: @christyjacob remove it after 1 month
* Temporarily expire the old cookie to stop the client from sending it */
Config::getParam(
Config::setParam(
'cookieDomainReset',
$isLocalHost || $isIpAddress
? null

View file

@ -98,6 +98,7 @@ abstract class Scope extends TestCase
'password' => $password,
]);
var_dump($session['headers']['set-cookie']);
$session = $this->client->parseCookie((string)$session['headers']['set-cookie'])['a_session_console'];
self::$root = [