On Mon, Dec 26, 2005 at 07:42:48AM +0000, Dave Carrera wrote: > Hi List, > > Are there any https / php gotchas to take into consideration for an app > i am writing that will run within a https environment ??? I'm not sure what kind of 'gotchas' your are worried about, but well php doesn't really care wether you are using http or https. There is one thing to note: if you are trying to detect in php wether or not the request was from https or not, the result of what is in $_SERVER['HTTPS'], depends on the webserver, the possible values: if accessed via https: on, On, ON if accessed via http: !isset(), Off, OFF Curt. -- cat .signature: No such file or directory -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php