[PHP] http-https-http redirection causes browser to show alert dialog

2003-03-13 Thread Jean-Christian Imbeault
I have a login page with a form where users enter there login and password. The form's action is https://mysite.com/login.php;. login.php authenticates the user and if the authentication is successful it ends with a: header(Location: http://mysite.com/welcome.html?a=bc=etc...;); The problem I am

Re: [PHP] http-https-http redirection causes browser to show alert dialog

2003-03-13 Thread CPT John W. Holmes
I have a login page with a form where users enter there login and password. The form's action is https://mysite.com/login.php;. login.php authenticates the user and if the authentication is successful it ends with a: header(Location: http://mysite.com/welcome.html?a=bc=etc...;); The

Re: [PHP] http-https-http redirection causes browser to show alert dialog

2003-03-13 Thread - Edwin
Hi, Jean-Christian Imbeault [EMAIL PROTECTED] wrote: [snip] Is there a way around this? The messages are annoying at best and probably scary to users ... [/snip] This is a browser issue and is actually a security feature. Unless the users themselves turn it off, the messages would appear

RE: [PHP] http-https-http redirection causes browser to show alert dialog

2003-03-13 Thread Sysadmin
Why don't you just leave them in https? Is this a performance issue? -Original Message- From: CPT John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Thursday, March 13, 2003 9:07 AM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: Re: [PHP] http-https-http redirection causes browser to show

Re: [PHP] http-https-http redirection causes browser to show alert dialog

2003-03-13 Thread Chris Hewitt
Jean-Christian Imbeault wrote: snip-- The problem I am facing is that the flow of event is: http - https - http and this causes IE and Netscape to put up an alert box telling users that they are leaving a secured site.

Re: [PHP] http-https-http redirection causes browser to show alert dialog

2003-03-13 Thread -{ Rene Brehmer }-
On Thu, 13 Mar 2003 10:24:34 -0600, Pablo wrote about Re: [PHP] http-https-http redirection causes browser to show alert dialog what the universal translator turned into this: This is normal and is the browser deciding to do it. In most browsers this is configurable (you can turn it off