| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||
A session interface Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks
WebAdmin.ISession
| Functions Summary | ||
|---|---|---|
![]() | string | getId () |
![]() | Object | getObject (string key) |
![]() | string | getString (string key, optional string defValue = "") |
![]() | putObject (string key, Object value) | |
![]() | putString (string key, string value) | |
![]() | removeObject (string key) | |
![]() | removeString (string key) | |
![]() | reset () | |
| Functions Detail |
|---|
getId Source codeReturn the session identifier
getObject Source codeGet an object instance from this session.
getString Source codeGet a string from this session.
putObject Source codeAdd an object to the session
putString Source codeAdd a string value to the session.
removeObject Source codeRemove the entry with the given key
removeString Source codeRemove the entry with the given key
reset Source codeReset the session's data. The ID will stay the same.
| Overview | Package | Class | Source | Class tree | Glossary | UnrealScript Documentation |
| previous class next class | frames no frames | |||||