package
0.0.0-20190524122037-c2385e318a61
Repository: https://github.com/ticketsbot/ginweb-contrib.git
Documentation: pkg.go.dev
# Functions
NewMongoStore return a session store based on mongodb
.
NewMySQLStore return a session store based on mysql by default the maxAge is 0, you can change the value by
setting session.Options:
session.Options(Options{
MaxAge: 3600,
Domain: localhost,
Path: "/foo/bar/bat",
})
*/.