Commit fd78ea5c authored by astaxie's avatar astaxie

set cookie to zero

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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment