Jump to content

SSL follows user through website


bufhal

Recommended Posts

Hello out there;
hope someone can help me out.

We installed SSL on our server and made the URL's on a secure sections with a "https" extension. All is well except when a user clicks to another area of the site that is not secured, it still keeps the https. Does this have to do with PHP sessions and is ther an easy fix.

I appreciate any advise/direction..

Link to comment
https://forums.phpfreaks.com/topic/30406-ssl-follows-user-through-website/
Share on other sites

How are your links coded when they go from your https to your http?

I always found that you will have to redo the links so they point to the regular site instead of just by filename.

ie
[code]

<a href="https://www.mysecuresite.com">My Secure Site</a>
<a href="http://www.mysecuresite.com">My Non-Secure Site</a>

[/code]
Thanks SharkBait.
The site is http://www.attotech.com
We have a "dowloads" section for our drivers and our main menu (one on homepage and another for all other pages) has downlaod as a link. I put the https url in the menu pointing at the downlaods section and it works, but when I click on any other page, (without the https), that page loads with the https ext.
Can you please tke a look? I appreciate your help.
Looking at the URLs on the page when I'm in the download section all the other URLs are https

They will probably have to be hard-coded to http:// if you want it to get out of the secure mode and leave the download section as https

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.