Hello,
My customer requires that cookies be sent via SSL to pass the McAfee security scan.
This is what I have done so far:
Modified the forms authentication tag in the web.config file, added requireSSL="true".
Modified SetCookie function in applogic.cs, added cookie.Secure = true;
Modified SetSessionCookie function in applogic.cs, added cookie.Secure = true;
Thus far, these settings have not been enough to flag the cookie as secure. I am still working on this, however, if anyone has already implemented it, I would appreciate any information about additional steps.
I am using version 9.
Thank you,
M. Thompson