Home
The Toolkit for Online Communities
15902 Community Members, 0 members online, 2386 visitors today
Log In Register

Forum OpenACS Q&A: Re: How to stay in http: after i register in https:????

OpenACS Home : Forums : OpenACS Q&A : Re: How to stay in http: after i register in https:???? : One Message

+
Posted by Walter Smith on
I use a combination of these two approaches.  To avoid that message that C.R. mentions, I created an interim page that performs the redirect and tells the user, "You are now logged in, and you are being directed to the page you requested."

The header section of this redirect page contains the directive to redirect the browser:

<meta http-equiv=\"refresh\" content=\"0;url=$return_url\">