> I have found a few examples of using the request options in the TDK but
> does anybody know where I can find an example using the session option.

To put a tool in the session scope, simply enter the TR.props line
"tool.session.<id>" instead of "tool.request.<id>".  Using the session scope
is effectively no different than the request scope in terms of writing one.
The only difference is that Turbine saves the object to the session
(TurbineUser.setTemp()) instead of instantiating a clean object with each
request.

Chris


--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to