Update session doc
This commit is contained in:
parent
e2c99bcfb8
commit
ad9790b9d8
1 changed files with 1 additions and 1 deletions
|
@ -8,7 +8,7 @@ module Kemal
|
||||||
#
|
#
|
||||||
# get("/") do |env|
|
# get("/") do |env|
|
||||||
# env.session["abc"] = "xyz"
|
# env.session["abc"] = "xyz"
|
||||||
# uid = env.session["user_id"]?
|
# uid = env.session["user_id"]?.as(Int32)
|
||||||
# end
|
# end
|
||||||
#
|
#
|
||||||
# Note that only String values are allowed.
|
# Note that only String values are allowed.
|
||||||
|
|
Loading…
Reference in a new issue