class Orion::Middleware::Flash

Overview

Flash messages (temporary session data for next request)

Defined in:

orion/middleware/session.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(session : SessionStore) #

Instance Method Detail

def [](key : String | Symbol) : String | Nil #

def []=(key : String | Symbol, value : String) #

def []?(key : String | Symbol) : String | Nil #

def now #

def persist! #