* Removes session data for a given session ID from the persistence store * * @param sessionId - Unique identifier for the session to remove
(sessionId: string)
| 91 | * @param sessionId - Unique identifier for the session to remove |
| 92 | */ |
| 93 | destroy(sessionId: string): Promise<void> | void |
| 94 | |
| 95 | /** |
| 96 | * Updates the lifetime/expiry of a session without modifying the session data |
no outgoing calls
no test coverage detected