Plumtree UI Infrastructure API  
 

ConfigHelper.IsLoginTokenSecure Method 

JF- Helper method to figure out if the login cookie should be secure or not.

public static bool IsLoginTokenSecure(
   string strCurrentRequestURL
);

Return Value

boolean - true if it should be secure

See Also

ConfigHelper Class | com.plumtree.uiinfrastructure.statichelpers Namespace