Instance Method
makeNewID()
Makes a new session ID token.
func makeNewID() -> SessionID
Discussion
Note
This method is optional to implement.
The default implementation creates 32 bytes of random data and base64 encodes it.
Default Implementations
RedisSessionsDelegate Implementations
makeNewID()Makes a new session ID token.