Increased session duration
This commit is contained in:
2
main.go
2
main.go
@ -58,7 +58,7 @@ func configure(app *aero.Application) *aero.Application {
|
|||||||
app.SetStyle(css.Bundle())
|
app.SetStyle(css.Bundle())
|
||||||
|
|
||||||
// Sessions
|
// Sessions
|
||||||
app.Sessions.Duration = 3600 * 24 * 7
|
app.Sessions.Duration = 3600 * 24 * 30
|
||||||
app.Sessions.Store = aerospikestore.New(arn.DB, "Session", app.Sessions.Duration)
|
app.Sessions.Store = aerospikestore.New(arn.DB, "Session", app.Sessions.Duration)
|
||||||
|
|
||||||
// Layout
|
// Layout
|
||||||
|
Reference in New Issue
Block a user