nliautaud / p01contact

Create contact forms by writing simple tags. Also a plugin for GetSimple and Pico CMS.
MIT License
16 stars 15 forks source link

Get rid of of PHP session cookie - PicoCMS: enable plugin only for the Contact page? #56

Open ohnonot opened 4 years ago

ohnonot commented 4 years ago

Is that possible? It is possible to disable a plugin in PicoCMS's config.yaml - maybe it could then be enabled for a particular page only?

The reason I ask is because I would like my sites to not store any cookies on my visitor's machine. Is the session cookie necessary for the plugin to work safely? If so, could it be rewritten in a way that the cookie is stored only when the contact page is opened?