wwRequest::IsLinkSecure

Checks to see if the user is coming in over the SSL port.

o.IsLinkSecure(lcSecurePort)

Parameters

lcSecurePort
Optional - number of the port that is the dedicated SSL port. Defaults to the standard SLL port 448.

Remarks

This method looks at Request.ServerVariables("SERVER_PORT") to get the server port.

See also