此代码是杠杆 here
下面的代码用于在Go中创建用户会话。会话工作正常。
问题在于 用户注销,如果我单击浏览器后退按钮。然后,我仍然可以看到注销用户的详细信息。
我在这里有利用stackoverflow解决方案的方法,但是没有运气
我还向注销处理程序添加了以下代码
.content{
background: url(../img/103_n.jpg) left top no-repeat, url(../img/103_n.jpg) right bottom no-repeat;
opacity: 0.5;
}
.content .box p{
opacity: 1;
}
这是代码
w.Header().Set("Cache-Control", "no-cache, private, max-age=0")
w.Header().Set("Pragma", "no-cache")
w.Header().Set("X-Accel-Expires", "0")