Altering cookie secure and httponly parameters
Change how your the cookies are stored by altering the `secure` and `httponly` parameters.
Note: If needed you can change how the cookie is being stored, by default when is_ssl() returns true, a secure cookie will be stored. The cookie HttpOnly parameter is always set to true unless you define otherwise
PreviousIncrease Cookie lifetime for client data such as [Form Progression]NextDefine fake cronjob to clear old client data if cronjob is disabled on your server
Last updated