Class SessionObject
In: lib/session_object.rb
Parent: Object

Session Object Class

Application classes which derive from SessionObject and are made remotely accessible by RemoteObjectController will have all their instance variables saved in and restored from the session automatically by the controller between requests. Identical behavior may also be achieved by listing a Class in the RemoteClass::RemoteSessionClasses array.

[Validate]