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