Re: [PHP] http to https session problem

2005-06-11 Thread Joe Harman
On 6/11/05, Joe Harman <[EMAIL PROTECTED]> wrote: > On 6/11/05, Richard Lynch <[EMAIL PROTECTED]> wrote: > > On Thu, June 9, 2005 7:43 am, Joe Harman said: > > > I am having a little problem with users keeping the same session id > > > when they go from http to https... is there a work around for t

Re: [PHP] http to https session problem

2005-06-11 Thread Richard Lynch
On Thu, June 9, 2005 7:43 am, Joe Harman said: > I am having a little problem with users keeping the same session id > when they go from http to https... is there a work around for this... > I don't appear to have this problem when using openSSL just when the > site has it's own certificate. > > sh

[PHP] http to https session problem

2005-06-09 Thread Joe Harman
Hey ladies & gents I am having a little problem with users keeping the same session id when they go from http to https... is there a work around for this... I don't appear to have this problem when using openSSL just when the site has it's own certificate. should I store the session id in a cooki

RE: [PHP] http to https

2004-06-18 Thread R'twick Niceorgaw
Hi Ryan, you have an error in your script. Quoting Ryan Schefke <[EMAIL PROTECTED]>: > > header ('Location https://www.tgwedding.com/payment6.php'); > exit; > ?> correct one is https://www.tgwedding.com/payment6.php'); ?> Note the ":" after Location. HTH -R'twick -- This is a signature --

RE: [PHP] http to https

2004-06-18 Thread Ryan Schefke
earched php.ini for "ssl" and "https" and didn't find anything though > > > -Original Message- > From: Andre Dubuc [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 17, 2004 8:26 PM > To: Ryan Schefke > Subject: Re: [PHP] http to https > > Just a t

Re: [PHP] http to https

2004-06-17 Thread hitek
try placing an exit(); after your header line. At 04:27 PM 6/17/2004, Ryan Schefke wrote: I'm getting some strange behavior when trying to go from http to an https script. After clicking a form submit button the script will execute the two lines below. It does this and sends it to the correct pag

Re: [PHP] http to https

2004-06-17 Thread Andre Dubuc
quot; and "https" and didn't find anything though > > > -Original Message- > From: Andre Dubuc [mailto:[EMAIL PROTECTED] > Sent: Thursday, June 17, 2004 8:26 PM > To: Ryan Schefke > Subject: Re: [PHP] http to https > > Just a thought - is https

RE: [PHP] http to https

2004-06-17 Thread Ryan Schefke
";); exit;} // $redirect = "https://www.tgwedding.com/payment6.php";; //header ("Location: $redirect"); } = -Original Message- From: Andre Dubuc [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2

RE: [PHP] http to https

2004-06-17 Thread Ryan Schefke
ser http is working fine. -Original Message- From: Andre Dubuc [mailto:[EMAIL PROTECTED] Sent: Thursday, June 17, 2004 8:01 PM To: Ryan Schefke; [EMAIL PROTECTED] Subject: Re: [PHP] http to https Hi Ryan, I encountered all sorts of problems attempting to do the same (especially with AO

RE: [PHP] http to https

2004-06-17 Thread Chris W. Parker
Ryan Schefke on Thursday, June 17, 2004 4:28 PM said: [snip] > > > [snip] > > > [snip] > > > > > > What am I doing wrong? you're pressing the return key too much. 0_0 -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: htt

Re: [PHP] http to https

2004-06-17 Thread Andre Dubuc
Hi Ryan, I encountered all sorts of problems attempting to do the same (especially with AOL, Yahoo, etc click-throughs). I finally resolved the problem by calling https on the page itself (which is listed then as http) like so at the top (after my session_start(); of course: https://www.your_s

[PHP] http to https

2004-06-17 Thread Ryan Schefke
I'm getting some strange behavior when trying to go from http to an https script. After clicking a form submit button the script will execute the two lines below. It does this and sends it to the correct page without the https, only http. What is strange is when I go back on my browswer and