I've got a SessionListener object which sets a couple of session attributes (getting 
current session from HttpSessionEvt) upon creating a new session.
 
In buildNormalContext of a portlet, I'm trying to retrieve those same attributes from 
the session but all I get is NULL.  I'm using something like String s = 
(String)rundata.getSession().getAttribute("s");
 
I've confirmed (by checking session id's) that the session is the same in both 
methods.  Also, the attribute names would not not conflict with other Jetspeed 
attributes so is it possible that somewhere rundata or someother object is removing 
these attributes?
 
Any help would be appreciated,
Thanks,
Mike





---------------------------------
Do you Yahoo!?
Yahoo! SiteBuilder - Free web site building tool. Try it!

Reply via email to