/** @packageDocumentation * Globale Export-Datei fuer Session * * Version: 2.0 * Datum: 29.06.2021 * * Definiert das gesamte Session-API: * * SessionConst - Session Konstanten * ISession - Session-Interface fuer alle Session-Objekte * * @module core/session * @author SB */ export { ISession } from './session.interface';