Skip to content

State Handler with Custom Session Store #233

@datasage

Description

@datasage

Currently the state handler will initialize a new session store when first created. Even if a custom session store is provided.

If a custom session store is used, it should be either able to be passed into the SessionStateHandler class or automatically used when instantiating the class.

SessionStateHandler could instead allow anything that implements StoreInterface, instead of just SessionStore.

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions