ODSessionInstance interface
under construction
We are still working the API Reference! This page might be incomplete or doesn't contain all details!
Overview
This interface represents a single session instance. It contains an id, data & some dates.
Properties
creation
number ➜ number
The creation date of this session instance.
data
type ➜ any
This is the data from this session instance
id
string ➜ string
The id of this session instance.
timeout
type ➜ null|number
The custom amount of minutes before this session expires.