![]() |
|||||||||||||||||
| |
|
|
|||||||||||||||
|
Keys inside objects
We have put keys in the main object We can also put keys inside the application and session objects The value of a key inside the application object persists for the life of the application. The value of a key inside the session object persists for the current user session.
Accessing an applicationi.e. How to get the application instance from a session or a component Application returns an object of type WOApplication Have to typecast because your class uses a subclass
Accessing a sessionSession returns an object of type WOSession Once again you will have to typecast because your class uses a subclass
Page updated August 17, 2004
|
||||||||||||||||
|
|
|||||||||||||||||