mirror of
https://github.com/kataras/iris.git
synced 2025-12-17 18:07:01 +00:00
Implement a new View Engine for the Jet template parser as requested at: https://github.com/kataras/iris/issues/1281
Former-commit-id: 3e00bdfbf1f3998a1744c390c12fd70430ac0320
This commit is contained in:
@@ -32,7 +32,7 @@ func main() {
|
||||
|
||||
sess := sessions.New(sessions.Config{
|
||||
Cookie: "sessionscookieid",
|
||||
Expires: 0, // defauls to 0: unlimited life. Another good value is: 45 * time.Minute,
|
||||
Expires: 0, // defaults to 0: unlimited life. Another good value is: 45 * time.Minute,
|
||||
AllowReclaim: true,
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user