Jump to content

carrying over session id


envexlabs

Recommended Posts

The purpose of paying for an SSL certificate and using https is so that your visitor's connection to your site is secure, so that someone cannot steal information about the visitor, such as a session_id, and impersonate him to allow them to either see or change information the real visitor has access to. By passing a session_id that was created under https over a http connection, you are defeating the purpose of getting an SSL certificate and using https. If you have any information that is important enough to use https for, then you should only use https for the duration of that visit to your site. This is why browsers keep separate cookies for https and http connections and won't pass them when changing back and forth between protocols.

There are a lot of websites that go through https only for the login. For example, while logging into Facebook.com, watch the status bar and you will see the ssl symbol appear for a second while it reroutes.

 

So the actual user/pass submission is not done via HTTPS? Kinda defeats the purpose IMO

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.