mirror of
https://github.com/kataras/iris.git
synced 2026-01-09 21:15:56 +00:00
set iris logger to the sessiondb/badger logs and update deps
Former-commit-id: 7578dec5752cc2bfa012440c24d59f41425812f8
This commit is contained in:
@@ -23,11 +23,6 @@ type (
|
||||
|
||||
// CookieSecureTLS set to true if server is running over TLS
|
||||
// and you need the session's cookie "Secure" field to be set true.
|
||||
//
|
||||
// Note: The user should fill the Decode configuation field in order for this to work.
|
||||
// Recommendation: You don't need this to be set to true, just fill the Encode and Decode fields
|
||||
// with a third-party library like secure cookie, example is provided at the _examples folder.
|
||||
//
|
||||
// Defaults to false.
|
||||
CookieSecureTLS bool
|
||||
|
||||
|
||||
Reference in New Issue
Block a user