UE3:SessionHandler (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
UT3 Object >> SessionHandler
Package:
WebAdmin
Implemented interfaces:
ISessionHandler

Default session handler implementation

Copyright 2008 Epic Games, Inc. All Rights Reserved

Author: Michiel 'elmuerte' Hendriks

Properties

sessions

Type: array<SessionKV>

Modifiers: protected


Structs

SessionKV

string id
Session s

Instance functions

create

function ISession create ()

Specified by: ISessionHandler.create

Create a new session

destroy

function bool destroy (ISession session)

Specified by: ISessionHandler.destroy

Destroy the given session.

destroyAll

function destroyAll ()

Specified by: ISessionHandler.destroyAll

Destroy all sessions

get

function ISession get (string id)

Specified by: ISessionHandler.get

Get an existing session. Returns none when there is no session with that id.