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

iphone - Three second countdown in cocos2d -

hyperlink - how to do url routing in php -

c++ - CryptStringToBinary API behavior -