abstract class Armature::Session

Direct Known Subclasses

Defined in:

redis_session.cr
session.cr

Constructors

Instance Method Summary

Constructor Detail

def self.new(store : Store, cookies : HTTP::Cookies) #

[View source]

Instance Method Detail

abstract def [](key : String) #

[View source]
abstract def []=(key : String, value : String) #

[View source]