1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-10 16:54:44 +02:00

Added support for cookie domain

This commit is contained in:
Derixithy
2016-11-07 20:14:52 +01:00
parent 2d9e959bf2
commit 3897df4436
3 changed files with 10 additions and 4 deletions

View File

@@ -274,6 +274,12 @@ $config->sessionFingerprint = 1;
*/
$config->sessionCookieSecure = 1;
/**
* Cookie domain
*
*/
$config->sessionCookieDomain = null;
/**
* Number of session history entries to record.
*