Dashboard > WebWork > ... > FAQ > Why does WebWork only manage to retrieve attribute from HttpSession the second time around
  WebWork Log In View a printable version of the current page.  
  Why does WebWork only manage to retrieve attribute from HttpSession the second time around
Added by tm_jee, last edited by tm_jee on Dec 16, 2006
Labels: 
(None)

WebWork doesn't create http session by default. It might be worth looking into "createSession" interceptor and have it at the top of the interceptor stack where one need to retrive an attribute from http session such that a session will be auto-created.

<action ....>
   <interceptor-ref name="createSession" />
   <interceptor-ref name="defaultStack" />
   .....
 </action>

Site powered by a free Open Source Project / Non-profit License (more) of Confluence - the Enterprise wiki.
Learn more or evaluate Confluence for your organisation.
Powered by Atlassian Confluence, the Enterprise Wiki. (Version: 2.2.9 Build:#527 Sep 07, 2006) - Bug/feature request - Contact Administrators