
| Current Path : /var/www/html/rocksensor/web/core/lib/Drupal/Core/Session/ |
Linux ift1.ift-informatik.de 5.4.0-216-generic #236-Ubuntu SMP Fri Apr 11 19:53:21 UTC 2025 x86_64 |
| Current File : /var/www/html/rocksensor/web/core/lib/Drupal/Core/Session/ResponseKeepSessionOpenInterface.php |
<?php
namespace Drupal\Core\Session;
/**
* Indicates that sessions for this response should be kept open after sending.
*
* By default, Drupal closes sessions as soon as the response is sent. If
* a response implements this interface, Drupal will skip this behavior and
* assume that the session will be closed manually later in the request.
*
* @see Drupal\Core\StackMiddleware\Session
* @see Drupal\big_pipe\src\Render\BigPipeResponse
* @internal
*/
interface ResponseKeepSessionOpenInterface {}