module Marten::Handlers::Session

Overview

Provides helpers methods to interact with the session store.

Direct including types

Defined in:

marten/handlers/concerns/session.cr

Instance Method Summary

Instance Method Detail

def session(*args, **options) #

Returns the session store for the considered request.


[View source]
def session(*args, **options, &) #

Returns the session store for the considered request.


[View source]