1
0
mirror of https://github.com/processwire/processwire.git synced 2025-08-09 00:06:55 +02:00

Update/add documentation to a few classes (like WireCache), correct issue with HTTPS detection on AWS load balancer, plus some other minor tweaks.

This commit is contained in:
Ryan Cramer
2017-04-14 06:32:23 -04:00
parent 93779e2017
commit 223b80d685
6 changed files with 140 additions and 47 deletions

View File

@@ -293,7 +293,7 @@ $config->sessionCookieSecure = 1;
* Cookie domain for sessions
*
* Enables a session to traverse multiple subdomains.
* Specify a string with domain or NULL to disable (default/recommended).
* Specify a string having “.domain.com” (with leading period) or NULL to disable (default/recommended).
*
* @var string|null
*