You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-user@portals.apache.org by Michael Klaene <mk...@yahoo.com> on 2004/02/04 20:19:14 UTC

Rundata removing session attributes?

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!