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
Post a Comment