mirror of
https://github.com/kataras/iris.git
synced 2025-12-23 12:57:05 +00:00
Nothing special(2): remaining linting
This commit is contained in:
@@ -146,7 +146,7 @@ func (ctx *Context) Session() store.IStore {
|
||||
return ctx.sessionStore
|
||||
}
|
||||
|
||||
// SessionDestroy destroys the whole session, calls the provider's destory and remove the cookie
|
||||
// SessionDestroy destroys the whole session, calls the provider's destroy and remove the cookie
|
||||
func (ctx *Context) SessionDestroy() {
|
||||
if ctx.station.sessionManager != nil {
|
||||
if store := ctx.Session(); store != nil {
|
||||
|
||||
Reference in New Issue
Block a user