Will Tomlinson wrote: >> The variable is CGI.HTTPS and it equals either "on" or "off". To force SSl >> you can use something like" >> > > I see CGI.SERVER_PORT_SECURE which is either 1 or 0, depending on SSL, or my > local "insecure" server. > > CGI.HTTPS shows as an empty string on my local server. If I tried evaluating > that as boolean, it'd barf at me unless I wrapped it in Val(). Am I thinkin > right?
I would definately use CGI.HTTPS neq "on" rather than CGI.HTTPS eq "off" Rick ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Introducing the Fusion Authority Quarterly Update. 80 pages of hard-hitting, up-to-date ColdFusion information by your peers, delivered to your door four times a year. http://www.fusionauthority.com/quarterly Archive: http://www.houseoffusion.com/groups/CF-Talk/message.cfm/messageid:259842 Subscription: http://www.houseoffusion.com/groups/CF-Talk/subscribe.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

