set cookie to zero
Showing
1 changed file
with
1 additions
and
1 deletions
| ... | @@ -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 | ... | ... |
-
Please register or sign in to post a comment