| suspend fun SessionStore.clearAwait(): UnitRemove all sessions from the store. | |
| suspend fun SessionStore.deleteAwait(id: String): UnitDelete the session with the specified ID. | |
| suspend fun SessionStore.getAwait(cookieValue: String): Session?Get the session with the specified ID. | |
| suspend fun SessionStore.putAwait(session: Session): UnitAdd a session with the specified ID. | |
| suspend fun SessionStore.sizeAwait(): IntGet the number of sessions in the store. |