![1.png](https://static.studygolang.com/171008/3d8e3d0742e3b22a648a285387e8d0bd.png)
我定义了一个结构体user,有id,username,password属性,我想把从数据库拿出来的user整个保存到session里面,以user的id作为key,现在我看到了session里面倒是有个map,是我取session的时候有问题吗?还是说我保存的时候有问题?
<a href="/user/channel" title="@channel">@channel</a> 我是直接在handle外面写 var store = sessions.NewCookieStore([]byte("session_cookie"))
#2
更多评论