This method loops through the cookies in the request and returns either the ASP.NET_SessionId cookie (for .NET) or the jsessionid (for Java).
the jsessionid if in Java, ASP.NET_SessionId if in .NET or null if none found.
HttpUtils Class | com.plumtree.uiinfrastructure.statichelpers Namespace