-
Notifications
You must be signed in to change notification settings - Fork 194
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Remove the dependency of github.com/gorilla/context
#92
Comments
There are two occurrences now, with the addition of This was an emulation of But what's bothering me the most is that the session is actually stored in a Either I'm missing something or this does not make sense. |
Ah! That certainly explains why I cannot clear a session, no matter how hard I try. It does not make any sense to me, either... see also #89 — I believe it might be related to this. |
@maximerety |
Got the same issue. Why 151 didn't get merged? |
I found
github.com/gorilla/context
had been in maintenance mode, After some search of dependency for it.I truly just find one place that uses the gorilla context, as follows:
https://github.com/gin-contrib/sessions/blob/master/sessions.go#L64
even
github.com/gorilla/sessions
had removed the dependency, so why we need to keep the dependency?The text was updated successfully, but these errors were encountered: