Skip to main content

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.

View Source

References

    Properties


    creation number number

    The creation date of this session instance.

    View Source


    data type any

    This is the data from this session instance

    View Source


    id string string

    The id of this session instance.

    View Source


    timeout type null|number

    The custom amount of minutes before this session expires.

    View Source