class ActionController::Session::HabitatSettings

Defined in:

action-controller/session.cr

Class Method Summary

Class Method Detail

def self.domain : String | Nil #

def self.domain=(value : String | Nil) #

def self.domain? #

Used for checking missing settings on non-nilable types It's advised to use domain in your apps to ensure the propper type is checked.


def self.encrypted : Bool #

def self.encrypted=(value : Bool) #

def self.encrypted? #

Used for checking missing settings on non-nilable types It's advised to use encrypted in your apps to ensure the propper type is checked.


def self.key : String #

def self.key=(value : String) #

def self.key? #

Used for checking missing settings on non-nilable types It's advised to use key in your apps to ensure the propper type is checked.


def self.max_age : Int32 #

def self.max_age=(value : Int32) #

def self.max_age? #

Used for checking missing settings on non-nilable types It's advised to use max_age in your apps to ensure the propper type is checked.


def self.path : String #

def self.path=(value : String) #

def self.path? #

Used for checking missing settings on non-nilable types It's advised to use path in your apps to ensure the propper type is checked.


def self.secret : String #

def self.secret=(value : String) #

def self.secret? #

Used for checking missing settings on non-nilable types It's advised to use secret in your apps to ensure the propper type is checked.


def self.secure : Bool #

def self.secure=(value : Bool) #

def self.secure? #

Used for checking missing settings on non-nilable types It's advised to use secure in your apps to ensure the propper type is checked.


def self.to_h #

Generates a hash using the provided values