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