mirror of
https://github.com/astaxie/beego.git
synced 2025-04-02 21:25:58 +00:00
set cookie to zero
This commit is contained in:
parent
c3c49e9172
commit
fd78ea5c4a
@ -92,7 +92,7 @@ func init() {
|
||||
SessionSavePath = ""
|
||||
SessionHashFunc = "sha1"
|
||||
SessionHashKey = "beegoserversessionkey"
|
||||
SessionCookieLifeTime = 3600
|
||||
SessionCookieLifeTime = 0 //set cookie default is the brower life
|
||||
|
||||
UseFcgi = false
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user