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)
| 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. |
no outgoing calls
no test coverage detected