I would like to have login and usercp functions go through SSL and all other board traffic through regular
http://. I've created a symbolic link to the http filesystem directory in my https filesystem directory.
Next, I created a replacement variable for replacing "login.php" to "https://www.mysite.com/login.php". This part works great as I get redirected appropriately to the login page. I then enter my login and password and submit.
I get the redirect intermediate, but when I get redirected back to the
http://www.mysite.com, I don't have any privileges as though I'm not logged in. If I go to
https://www.mysite.com, all is fine.
Is this due to the cookie? A session variable being different between the two sites?