在使用gorilla/sessions时遇到了个问题

Jasonnnnnnnn · · 1329 次点击
![2.png](https://static.studygolang.com/171008/1b21ca125580d7114926bc106d4b01f3.png) 嗯嗯 现在变成了session.Save 之后能取出来,在外面取不出来了
#8
更多评论
使用感觉没问题,唯一一点,你这里的 store 怎么获取的?要保证它全局唯一
#1
<a href="/user/channel" title="@channel">@channel</a> 我是直接在handle外面写 var store = sessions.NewCookieStore([]byte(&#34;session_cookie&#34;))
#2