Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames

WebAdmin.ISession

A session interface Copyright 2008 Epic Games, Inc. All Rights Reserved @author Michiel 'elmuerte' Hendriks

WebAdmin.ISession

Functions Summary
functionstring getId ()
functionObject getObject (string key)
functionstring getString (string key, optional string defValue = "")
function putObject (string key, Object value)
function putString (string key, string value)
function removeObject (string key)
function removeString (string key)
function reset ()


Functions Detail

getId Source code

function string getId ( )
Return the session identifier

getObject Source code

function Object getObject ( string key )
Get an object instance from this session.

getString Source code

function string getString ( string key, optional string defValue = "" )
Get a string from this session.

putObject Source code

function putObject ( string key, Object value )
Add an object to the session

putString Source code

function putString ( string key, string value )
Add a string value to the session.

removeObject Source code

function removeObject ( string key )
Remove the entry with the given key

removeString Source code

function removeString ( string key )
Remove the entry with the given key

reset Source code

function reset ( )
Reset the session's data. The ID will stay the same.



Overview Package Class Source Class tree Glossary
previous class      next class frames      no frames
Creation time: Sat 17/1/2009 20:56:05.265 - Created with UnCodeX