response lifecycle timeout and route handling
This commit is contained in:
@@ -20,6 +20,8 @@ export class MemorySession extends Session {
|
||||
protected sessionID?: string
|
||||
protected data?: SessionData
|
||||
|
||||
constructor() { super() }
|
||||
|
||||
public getKey(): string {
|
||||
if ( !this.sessionID ) throw new NoSessionKeyError()
|
||||
return this.sessionID
|
||||
|
||||
Reference in New Issue
Block a user