module SessionUtils
Direct including types
Defined in:
lib/session_utils.crInstance Method Summary
- #current_user(username : String)
- #current_user
- #end_session
- #notice(message : String)
- #notice
- #notice?
-
#pack_string(txt : String)
safe string encoding inside cookies See https://tools.ietf.org/html/rfc6265#section-4.1.1
- #require_login
- #unpack_string(txt : String)
Instance Method Detail
def pack_string(txt : String)
#
safe string encoding inside cookies See https://tools.ietf.org/html/rfc6265#section-4.1.1