[thelist] session and/or cookie persistence across an ssl and non-ssl connection

Chris Blessing webguy at mail.rit.edu
Fri Jan 18 10:11:43 CST 2002


I ended up using "SERVER_PORT" and checking for 80 or 443, since those are
the only 2 ports we use anyhow.  All the same, it worked out fine today.
Now I if I could just get the server admin to update the live box IIS config
we'd be all set. ;)

Chris Blessing
webguy at mail.rit.edu
http://www.330i.net

> -----Original Message-----
> From: thelist-admin at lists.evolt.org
> [mailto:thelist-admin at lists.evolt.org]On Behalf Of Scott Dexter
> Sent: Friday, January 18, 2002 11:07 AM
> To: thelist at lists.evolt.org
> Subject: RE: [thelist] session and/or cookie persistence across an ssl
> and non-ssl connection
>
>
> >         if not (Request.ServerVariables("HTTPS") = "on") then
>
> We use Request.ServerVariables("SERVER_PORT_SECURE") which is a 1 if
> secure (SSL) or 0 if not
>
> but yeah, Sam Ting <=)
>
>
> sgd
>
> --
> For unsubscribe and other options, including
> the Tip Harvester and archive of TheList go to:
> http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list