cookies - Is it safe to turn off SSL after sensitive data has already being sent? -


i wondering whether it's safe change connection http once passed log in or sign pages. i'm considering option since data sent , forth once user logged on account not sensitive, user credentials sensitive.

theory answer better not to, since session cookie sent insecurely , third party can catch , use while cookie has not expired.

i'm right, or wrong? can insight?

you're correct. switching http send cookies unencrypted, making session susceptible interception.


Comments

Popular posts from this blog

c++ - CryptStringToBinary API behavior -

c++ - Correct method for redrawing a layered window -

java.util.scanner - How to read and add only numbers to array from a text file -