// org.apache.pluto.factory.PortletSessionFactory ---------------------------------------------
public PortletSession getPortletSession(PortletWindow portletWindow,
javax.servlet.http.HttpSession httpSession)
{
return new PortletSessionImpl(portletWindow, httpSession);
}