Golang Sessions vs Python #119
Unanswered
mustafaaljadery
asked this question in
Q&A
Replies: 1 comment
-
@mustafaaljadery Are you running on 1 server or on several? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Let's say I have these two functions:
https://play.golang.org/p/mh3tDel8VU7
What I am trying to do is pass a session variable inside of the function parameters. This is how it is done in python. I'm wondering how I can do it in golang:
https://www.codepile.net/pile/P7eXDapn
The whole point is that I run the same session when I run both functions. One after the other.
Beta Was this translation helpful? Give feedback.
All reactions