I don't need to test my programs. I have an error-correcting modem.

UE3:SessionHandler (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Object >> SessionHandler

Contents

Package: 
WebAdmin
Implemented interfaces
ISessionHandler

Default session handler implementation

Copyright 2008 Epic Games, Inc. All Rights Reserved

Author: Michiel 'elmuerte' Hendriks

[edit] Properties

[edit] sessions

Type: array<SessionKV>

Modifiers: protected


[edit] Structs

[edit] SessionKV

string id 
Session

[edit] Instance functions

[edit] create

function ISession create ()

Specified by: ISessionHandler.create

Create a new session

[edit] destroy

function bool destroy (ISession session)

Specified by: ISessionHandler.destroy

Destroy the given session.

[edit] destroyAll

function destroyAll ()

Specified by: ISessionHandler.destroyAll

Destroy all sessions

[edit] get

function ISession get (string id)

Specified by: ISessionHandler.get

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