• Entries (RSS)
  • Comments (RSS)

HttpSession in Controller Command

Posted by | Posted in WebSphere, WebSphere Commerce | Posted on 07-10-2007

Tagged Under : , , ,

The following code give a reference to HttpSession object in a WebSphere Commerce Controller Command.

HttpSession session = ((com.ibm.commerce.webcontroller.HttpControllerRequestObject)  getCommandContext().getRequest()).getHttpRequest().getSession();

Share

Read More

Post a Comment