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
| Object >> SessionHandler |
Contents |
- Package:
- WebAdmin
- Implemented interfaces:
- ISessionHandler
| This is an auto-generated page and may need human attention. Please remove this tag if the page seems reasonably complete or replace it with the {{expand}} tag if the page is not yet complete. |
Default session handler implementation
Copyright 2008 Epic Games, Inc. All Rights Reserved
Author: Michiel 'elmuerte' Hendriks
[edit] Properties
[edit] sessions
Modifiers: protected
[edit] Structs
[edit] SessionKV
[edit] Instance functions
[edit] create
function ISession create ()
Specified by: ISessionHandler.create
Create a new session
[edit] destroy
Specified by: ISessionHandler.destroy
Destroy the given session.
[edit] destroyAll
function destroyAll ()
Specified by: ISessionHandler.destroyAll
Destroy all sessions
[edit] get
Specified by: ISessionHandler.get
Get an existing session. Returns none when there is no session with that id.
