c7437d75 by asta.xie

fix Cookie for session

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