Uiinfrastructure API Docs  
 

HttpUtils.GetSessionIdFromRequest Method 

This method loops through the cookies in the request and returns either the ASP.NET_SessionId cookie (for .NET) or the jsessionid (for Java).

public static string GetSessionIdFromRequest(
   IXPRequest xpRequest
);

Parameters

xpRequest

Return Value

the jsessionid if in Java, ASP.NET_SessionId if in .NET or null if none found.

See Also

HttpUtils Class | com.plumtree.uiinfrastructure.statichelpers Namespace