Hi,
I have a jetspeed applet portlet that talks to a few servlets (in the same application as jetspeed) to get its work done.
I am able to retrieve the turbine user by getting the "turbine.user" object from tomcat session. My problem is, I want some objects to be stored as a part of the turbine user session. I tried using using the tomcat session, but I quickly learned that they are not the same.
Please correct me if I am wrong here.


Can I use the turbine user temp storage (org.apache.turbine.om.security.User.getTemp(String) and org.apache.turbine.om.security.User.setTemp(String, Object) calls) for this ?
I want the objects to expire and be destroyed as soon as the user logs out.


Thanks.
Anand





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



Reply via email to