I'm trying to configure my environment such that the authentication cookie can only be accessible through HTTPs (securing it from XSS attacks). I read several articles and I reached the conclusion that I should set the requireSSL attribute to "true"I'm trying to configure my environment such tha