Open Journal Systems  3.3.0
Symfony\Component\HttpFoundation\Session\SessionUtils Class Reference

Static Public Member Functions

static popSessionCookie (string $sessionName, string $sessionId)
 

Detailed Description

Session utility functions.

Author
Nicolas Grekas p@tch.nosp@m.work.nosp@m..com
Rémon van de Kamp rpkam.nosp@m.p@gm.nosp@m.ail.c.nosp@m.om

Definition at line 22 of file SessionUtils.php.

Member Function Documentation

◆ popSessionCookie()

static Symfony\Component\HttpFoundation\Session\SessionUtils::popSessionCookie ( string  $sessionName,
string  $sessionId 
)
static

Finds the session header amongst the headers that are to be sent, removes it, and returns it so the caller can process it further.

Definition at line 28 of file SessionUtils.php.

Referenced by Symfony\Component\HttpFoundation\Session\Storage\Handler\AbstractSessionHandler\destroy(), Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage\regenerate(), and Symfony\Component\HttpFoundation\Session\Storage\NativeSessionStorage\start().


The documentation for this class was generated from the following file: