Session
The session class used for creating a new session
new Session(SessionOptions)
Example:
// Dependencies
const { Session } = require('cubed-session');
const session = new Session(); SessionOptions
Last updated