interface SessionInterface Interface for the session. Methods
MetadataBag
class MemcachedSessionHandler implements SessionHandlerInterface
setName(string $name) Sets the session name.
setSessionData(array $array) Sets the session data.
string getId() Returns the session ID.
string getName() Gets this bag's name.
gc($maxlifetime) {@inheritdoc} Parameters
interface SessionStorageInterface StorageInterface. Methods
bool isActive() Has a session started?
Page 7 of 23