I need to declare all ASP cookies as secure and httponly
. The code is in Classic ASP and IIS ver is 6.0
.
The cookie has been defined as follows:
<sessionState
mode="InProc"
stateConnectionString=""
sqlConnectionString=""
cookieless="false"
timeout="20"
/>
Is there a way in which I can change the properties of the cookies created by the application?