class

Marten::Conf::GlobalSettings::Sessions

Inherits Reference / Object

Allows to configure sessions-related settings.

Instance methods

store

Returns the identifier of the store that should be used to handle sessions.

Source
store=(store : String | Symbol)

Allows to define the store used to handle sessions.

Source