Cookies

They are yummu.

Default Plone cookies

TODO

Reading cookies

Usually you want to read incoming cookies sent by the browser.

Example:

self.request.cookies.get(“cookie_name”, “default_value_if_cookie_not_set”)

It is also possible to read

Setting cookies

Creating subdomain cookies

Other resources

Table Of Contents

Previous topic

Sessions

Next topic

Status messages

This Page