fd78ea5c by astaxie

set cookie to zero

1 parent c3c49e91
...@@ -92,7 +92,7 @@ func init() { ...@@ -92,7 +92,7 @@ func init() {
92 SessionSavePath = "" 92 SessionSavePath = ""
93 SessionHashFunc = "sha1" 93 SessionHashFunc = "sha1"
94 SessionHashKey = "beegoserversessionkey" 94 SessionHashKey = "beegoserversessionkey"
95 SessionCookieLifeTime = 3600 95 SessionCookieLifeTime = 0 //set cookie default is the brower life
96 96
97 UseFcgi = false 97 UseFcgi = false
98 98
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!