MCPcopy Create free account
hub / github.com/crewjam/saml / DeleteSession

Method DeleteSession

samlsp/session.go:34–34  ·  view source on GitHub ↗

DeleteSession is called to modify the response such that it removed the current session, e.g. by deleting a cookie.

(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

32 // DeleteSession is called to modify the response such that it removed the current
33 // session, e.g. by deleting a cookie.
34 DeleteSession(w http.ResponseWriter, r *http.Request) error
35
36 // GetSession returns the current Session associated with the request, or
37 // ErrNoSession if there is no valid session.

Callers 1

logoutFunction · 0.65

Implementers 1

CookieSessionProvidersamlsp/session_cookie.go

Calls

no outgoing calls

Tested by

no test coverage detected