Mike Shumkov

Results 2 issues of Mike Shumkov

See: https://github.com/gorilla/sessions/issues/48#issuecomment-120683664 Now I got `[sessions] ERROR! securecookie: expired timestamp` after 30 days even if I set store options for a f.e. century ```go store := cookie.NewStore([]byte(secret)) store.Options(gs.Options{ Path: "/",...

reason: https://github.com/rails/arel/commit/62e3596db89570b9d48b13c9966d754d5859d0dc#diff-e53edfe0dc990ee54addfcc9232219ee For example, application based on rails 5.2.2 can't establish connection through hana adapter because variable VISITORS is absent As I understand, this variable is unused in Arel for...