MCPcopy Create free account
hub / github.com/kataras/iris / Release

Method Release

sessions/database.go:60–60  ·  view source on GitHub ↗

Release destroys the session, it clears and removes the session entry, session manager will create a new session ID on the next request after this call.

(sid string)

Source from the content-addressed store, hash-verified

58 // Release destroys the session, it clears and removes the session entry,
59 // session manager will create a new session ID on the next request after this call.
60 Release(sid string) error
61 // Close should terminate the database connection. It's called automatically on interrupt signals.
62 Close() error
63}

Callers 5

deleteSessionMethod · 0.65
newAppFunction · 0.65
DoFunction · 0.65
buildMainHandlerMethod · 0.65

Calls

no outgoing calls

Tested by

no test coverage detected