Skip to content

classes_essentials_session_sessionstore.class

Daniel Spors edited this page Dec 19, 2023 · 2 revisions

Classes in file essentials/session/sessionstore.class.php

class SessionStore

Stores objects in the SESSION. Well...this is the storage that does what we did not want anymore: Blow up the PHP Session. It ist straight and some cases it can be useful, because it's configurationless.

Extends: ObjectStore

Cleanup

OVERRIDE ObjectStore::Cleanup

CreateId

OVERRIDE ObjectStore::CreateId

Delete

OVERRIDE ObjectStore::Delete

Exists

OVERRIDE ObjectStore::Exists

Migrate

OVERRIDE ObjectStore::Migrate

Restore

OVERRIDE ObjectStore::Restore

Store

OVERRIDE ObjectStore::Store

Update

OVERRIDE ObjectStore::Update

Clone this wiki locally