fd78ea5c by astaxie

set cookie to zero

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