How to update Set-Cookie details (wodWebServer / wodWebServer.NET)
We are using wodWebServerCom(version 1.7.0.364) in VB5.0.
We need help, to update the Cookie with HTTPOnly and Secure details.
In Response Header by default, we are getting Set-Cookie details with default values as below:
Set-Cookie- <Cookie-Name =SessionID>; <Path>: <expires=Date>:
Expecting:
Set-Cookie- <Cookie-Name =SessionID>; <Path>:<expires=Date>:HttpOnly; Secure=True;