mirror of
https://gitea.invidious.io/iv-org/shard-kemal.git
synced 2024-08-15 00:53:36 +00:00
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|
|
||||
# env.session["abc"] = "xyz"
|
||||
# uid = env.session["user_id"]?
|
||||
# uid = env.session["user_id"]?.as(Int32)
|
||||
# end
|
||||
#
|
||||
# Note that only String values are allowed.
|
||||
|
|
Loading…
Reference in a new issue