mirror of
https://github.com/astaxie/beego.git
synced 2024-11-21 21:10:55 +00:00
fix Cookie for session
This commit is contained in:
parent
4f819dbd9a
commit
c7437d7590
@ -118,6 +118,7 @@ func (pder *CookieProvider) SessionInit(maxlifetime int64, config string) error
|
||||
if err != nil {
|
||||
return err
|
||||
}
|
||||
pder.maxlifetime = maxlifetime
|
||||
return nil
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user