Garbage collection for storage.
Parameters
integer $lifetime Max lifetime in seconds to keep sessions stored.:
Return value
boolean
Throws
\RuntimeException On fatal error.
See also
http://php.net/sessionhandlerinterface.gc
File
- drupal/core/vendor/symfony/http-foundation/Symfony/Component/HttpFoundation/Resources/stubs/SessionHandlerInterface.php, line 99
Class
- SessionHandlerInterface
- SessionHandlerInterface
Code
public function gc($lifetime);