Introduction

Last updated: February 11th 2020

This plugin allows user to create PHP and Javascript Cookies at front-end and use it with easy tags to get those values. You can create your own temporary variables assign values, set cookie expire time and much more.

Backend Setting Form

  • Method: You can choose weather you want to store cookie as Backend (PHP) or Javascript. PHP cookie can only be retrive via PHP function where Javascript cookie can be retrive with your own JS code.
  • Prefix: You can give prefix to cookies and make it unique. For example, If you save cookie named "abc" and you have already saved prefix as 'mycookie', Cookie will be save into system as"mycookie_abc".