getVariable

session.getVariable( String identifier )
Description
Retrieves the value of a saved session variable designated by identifier.
Example
// Places the session variable "CITY_CODE" in the local
// variable "cityCode".
cityCode = session.getVariable( "CITY_CODE" );