Once I get that upgrade to 36-hour days, I will tackle that. – Mychaeel

UE3:ISessionHandler (UT3)

From Unreal Wiki, The Unreal Engine Documentation Site

Jump to: navigation, search
UT3 Interface >> ISessionHandler

Contents

Package: 
WebAdmin
Known implementing classes:
SessionHandler

Session handler interface

Copyright 2008 Epic Games, Inc. All Rights Reserved

Author: Michiel 'elmuerte' Hendriks

Instance functions

create

function ISession create ()

Create a new session

destroy

function bool destroy (ISession session)

Destroy the given session.

destroyAll

function destroyAll ()

Destroy all sessions

get

function ISession get (string id)

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