The three virtues of a programmer: Laziness, Impatience, and Hubris. – Larry Wall
UE3:SessionHandler (UT3)
From Unreal Wiki, The Unreal Engine Documentation Site
Object >> SessionHandler |
- Package:
- WebAdmin
- Implemented interfaces:
- ISessionHandler
This is an auto-generated page and may need human attention. Please remove the {{autogenerated}} 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
Properties[edit]
sessions[edit]
Modifiers: protected
Structs[edit]
SessionKV[edit]
Instance functions[edit]
create[edit]
function ISession create ()
Specified by: ISessionHandler.create
Create a new session
destroy[edit]
Specified by: ISessionHandler.destroy
Destroy the given session.
destroyAll[edit]
function destroyAll ()
Specified by: ISessionHandler.destroyAll
Destroy all sessions
get[edit]
Specified by: ISessionHandler.get
Get an existing session. Returns none when there is no session with that id.