gin-gonic / contrib

Collection of middlewares created by the community

Home Page:https://gin-gonic.github.io/gin/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[QUESTION] sessions: Session `Get` method

sshaplygin opened this issue · comments

Hi, everyone!
Why are sessions method Get return interface{} instead string?
code

who said that all value that can be in a session is type of string?

mysession.Values["username"]="hossein" // string
mysession.Values["id"] = 10; // integer

@shirejoni thanks for your answer but it does not actual