The HORECA collections
A line specially designed for restaurateurs and the HORECA sector
Acquista online
[2025-12-06 01:17:06] manifestcache-log.WARNING: Failed to save values {"keys":["manifest"],"exception":null} [] [2025-12-06 01:17:06] manifestcache-log.WARNING: Failed to save values {"keys":["__CACHE__"],"exception":null} []
Line 339 in /home/topgres/public_html/vendor/silverstripe/framework/src/Control/Session.php
330 session_start(); 331 332 // Session start emits a cookie, but only if there's no existing session. If there is a session timeout 333 // tied to this request, make sure the session is held for the entire timeout by refreshing the cookie age. 334 if ($timeout && $this->requestContainsSessionId($request)) { 335 Cookie::set(session_name(), session_id(), $timeout / 86400, $path, $domain ?: null, $secure, true); 336 } 337 } else { 338 // If headers are sent then we can't have a session_cache_limiter otherwise we'll get a warning 339 session_cache_limiter(null); 340 } 341 342 if (isset($_SESSION)) { 343 // Initialise data from session store if present 344 $data = $_SESSION; 345
A line specially designed for restaurateurs and the HORECA sector