message
Interface SessionIDRetriever

All Known Implementing Classes:
CookieSessionIDRetriever, LocalSessionIDRetriever, NamespacedLocalSessionIDRetriever, PortletRequestSessionIDRetriever, RequestAttributeSessionIDRetriever

public interface SessionIDRetriever

Interface allowing access to the user's cross-context session id.


Method Summary
 java.lang.String getSessionID(PortletRequest request)
           
 

Method Detail

getSessionID

public java.lang.String getSessionID(PortletRequest request)