You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The change made in this commit appears to cause issues when trying to create session (non-durable) cookies. So now, when trying to set MaxAge = 0 (so that the cookie is session-only and doesn't live on), then it's instead deleted, and then set with an empty value. The result is an inability to have a session without having a persisted cookie.
NOTE: We use echo sessions in our project, which through dependencies, uses redistore. Some work-around was followed to pin go dep to use the master branch of redistore, rather than an older version.
The text was updated successfully, but these errors were encountered:
The change made in this commit appears to cause issues when trying to create session (non-durable) cookies. So now, when trying to set MaxAge = 0 (so that the cookie is session-only and doesn't live on), then it's instead deleted, and then set with an empty value. The result is an inability to have a session without having a persisted cookie.
NOTE: We use echo sessions in our project, which through dependencies, uses redistore. Some work-around was followed to pin
go dep
to use the master branch of redistore, rather than an older version.The text was updated successfully, but these errors were encountered: