Trying to do some load balancing and the application guys say it needs to be persistent/stuck based on cookies. However the app uses HTTPS only.
This doesn't make any sense. How is the cookie supposed to be read if it's encrypted? If it's using ssl then it's encrypted at the session layer and therefore no L7 data can be read?
or am I missing something here.
This doesn't make any sense. How is the cookie supposed to be read if it's encrypted? If it's using ssl then it's encrypted at the session layer and therefore no L7 data can be read?
or am I missing something here.