c7437d75 by asta.xie

fix Cookie for session

1 parent 4f819dbd
......@@ -118,6 +118,7 @@ func (pder *CookieProvider) SessionInit(maxlifetime int64, config string) error
if err != nil {
return err
}
pder.maxlifetime = maxlifetime
return nil
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!