Replies: 1 comment 4 replies
-
Hi, can you tell me what you are looking to store in there? This part of the code needs another look at, and I would be happy to see if storing arbitrary info in there could be done. |
Beta Was this translation helpful? Give feedback.
4 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In
session.go
a session is declared as this:Is there already a way to store additional values other than just the
ID
that will persist across page loads?I noticed there is also this type defined:
But it doesn't seem to be used anywhere...
Beta Was this translation helpful? Give feedback.
All reactions