Liferay 6.2-ce-ga5

com.liferay.portal.kernel.servlet
Class PortletSessionTracker

java.lang.Object
  extended by com.liferay.portal.kernel.servlet.PortletSessionTracker

public class PortletSessionTracker
extends Object

See http://issues.liferay.com/browse/LEP-1466.


Constructor Summary
PortletSessionTracker()
           
 
Method Summary
static void add(javax.servlet.http.HttpSession session)
           
static void invalidate(String sessionId)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PortletSessionTracker

public PortletSessionTracker()
Method Detail

add

public static void add(javax.servlet.http.HttpSession session)

invalidate

public static void invalidate(String sessionId)

Liferay 6.2-ce-ga5