If your website is only reachable through HTTPS (e.g. HTTP requests are redirected to HTTPS), you should not set this flag (as it will default to True).
This is ONLY relevant if your website is either
- Only reachable through HTTP, or
- Reachable through both HTTP and HTTPS
In both of the above two cases you will need to set the httpOnly flag to false, in order for Cookie Saver to use cookies without the secure flag.
Example:
acq("init", {
"endpoint": "fpc.companyabc.com",
"httpsOnly": false
});
Comments
0 comments
Please sign in to leave a comment.