mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 13:30:40 +00:00
fix Cookie for session
This commit is contained in:
@ -118,6 +118,7 @@ func (pder *CookieProvider) SessionInit(maxlifetime int64, config string) error
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
pder.maxlifetime = maxlifetime
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user