1
0
mirror of https://github.com/kataras/iris.git synced 2025-12-17 09:57:01 +00:00
Gerasimos (Makis) Maropoulos
2020-08-16 18:04:52 +03:00
parent 889b7942d3
commit 227170fd33
9 changed files with 199 additions and 19 deletions

View File

@@ -18,7 +18,7 @@ type (
// Config is the configuration for sessions. Please read it before using sessions.
Config struct {
// Logger instance for sessions usage, e.g. { Logger: app.Logger() }.
// Defauls to a child of "sessions" of the latest Iris Application's main Logger.
// Defaults to a child of "sessions" of the latest Iris Application's main Logger.
Logger *golog.Logger
// Cookie string, the session's client cookie name, for example: "mysessionid"
//