mirror of
https://github.com/kataras/iris.git
synced 2025-12-18 02:17:05 +00:00
minor comment updates for sessions package
Former-commit-id: 6f73c5d83861a1f61acda07e7f78cb882320dc8c
This commit is contained in:
@@ -369,7 +369,7 @@ func (s *Session) set(key string, value interface{}, immutable bool) {
|
||||
syncDatabases(s.provider.databases, p)
|
||||
}
|
||||
|
||||
// Set fills the session with an entry"value", based on its "key".
|
||||
// Set fills the session with an entry "value", based on its "key".
|
||||
func (s *Session) Set(key string, value interface{}) {
|
||||
s.set(key, value, false)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user