Posted by Albin Joseph | Posted in WebSphere, WebSphere Commerce | Posted on 07-10-2007
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(); |
Read More