PdoSessionHandler
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Handler

class PdoSessionHandler implements SessionHandlerInterface

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

close() {@inheritdoc}

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

mixed getName() Returns the session name.

2025-01-10 15:47:30
AbstractProxy::isWrapper()
  • References/PHP/Symfony/Component/HttpFoundation/Session/Storage/Proxy

bool isWrapper() Returns true if this handler wraps an internal PHP session save handler using

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

save() Force the session to be saved and closed. This method is generally not required for

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

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

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

array all() Gets and clears flashes from the stack.

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

bool has(string $name) Checks if an attribute is defined.

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

clear() Clear all session data in memory.

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

SessionBagInterface

2025-01-10 15:47:30