SessionInterface::registerBag()
  • References/PHP/Symfony/Component/HttpFoundation/Session

registerBag(

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

bool migrate(bool $destroy = false, int $lifetime = null) Migrates the current session to a new

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

string getId() Returns the session ID.

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

stampNew(int $lifetime = null) Stamps a new session's metadata.

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

AbstractProxy getSaveHandler() Gets the save handler instance. Return Value AbstractProxy

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

string getStorageKey() Gets the storage key for this bag.

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

string getId() Returns the session ID.

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

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

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

add(string $type, string $message) Adds a flash message for type.

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

bool has(string $type) Has flash messages for a given type?

2025-01-10 15:47:30