class Lucky::Session
- Lucky::Session
- Reference
- Object
Included Modules
- Habitat::SettingsHelpers
- Habitat::TempConfig
Defined in:
lucky/cookies/session.crConstant Summary
-
HABITAT_SETTINGS =
[{decl: key : String, example: nil, validation: nil}] of Nil
Class Method Summary
Instance Method Summary
- #clear(*args, **options)
- #clear(*args, **options, &)
- #delete(key : Key) : String | Nil
- #get(key : Key) : String
- #get?(key : Key) : String | Nil
- #set(key : Key, value : String) : String
- #settings
- #to_json(*args, **options)
- #to_json(*args, **options, &)