I search for solutions in this order: Past Code, Unreal Source, Wiki, BUF, groups.yahoo, google, screaming at monitor. – RegularX

UE3:SessionHandler (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site
Revision as of 10:11, 17 May 2008 by Wormbo (Talk | contribs) (Auto-generated page)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search
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[edit]

sessions[edit]

Type: array<SessionKV>

Modifiers: protected


Structs[edit]

SessionKV[edit]

string id 
Session

Instance functions[edit]

create[edit]

function ISession create ()

Specified by: ISessionHandler.create

Create a new session

destroy[edit]

function bool destroy (ISession session)

Specified by: ISessionHandler.destroy

Destroy the given session.

destroyAll[edit]

function destroyAll ()

Specified by: ISessionHandler.destroyAll

Destroy all sessions

get[edit]

function ISession get (string id)

Specified by: ISessionHandler.get

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