SessionHandlerProxy::open()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

open($savePath, $sessionName) {@inheritdoc}

2025-01-10 15:47:30
NativeFileSessionHandler
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

class NativeFileSessionHandler extends

2025-01-10 15:47:30
NativeSessionStorage::start()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage

bool start() Starts the session. Return

2025-01-10 15:47:30
AttributeBagInterface::remove()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Attribute

mixed remove(string $name) Removes an attribute.

2025-01-10 15:47:30
SessionInterface::invalidate()
  • References/PHP/Symfony/Component/HttpFoundation/Session

bool invalidate(int $lifetime = null) Invalidates the current session. Clears all session

2025-01-10 15:47:30
Session::isStarted()
  • References/PHP/Symfony/Component/HttpFoundation/Session

bool isStarted() Checks if the session was started.

2025-01-10 15:47:30
FlashBag::keys()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Flash

array keys() Returns a list of all defined types.

2025-01-10 15:47:30
PdoSessionHandler::open()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

open($savePath, $sessionName) {@inheritdoc}

2025-01-10 15:47:30
MemcachedSessionHandler::close()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

close() {@inheritdoc}

2025-01-10 15:47:30
Session::remove()
  • References/PHP/Symfony/Component/HttpFoundation/Session

mixed remove(string $name) Removes an attribute.

2025-01-10 15:47:30