-1

Is there the missing config or something else? The main config:

enter image description here

The Request handlers:

request handlers

jub0bs
  • 60,866
  • 25
  • 183
  • 186
smark
  • 43
  • 1
  • 8

1 Answers1

0

Per the documentation

Session middleware facilitates HTTP session management backed by gorilla/sessions. The default implementation provides cookie and filesystem based session store; however, you can take advantage of community maintained implementation for various backends.

It stores a cookie for the session. Your question is very basic. Not sure if this is what you are needing.

Trevor V
  • 1,958
  • 13
  • 33