Super Cookies

Developer

Amici Infotech

3rd Party (Free)

8 downloads (last 90 days)

MIT License

EE Version Support

  • ExpressionEngine 3
  • ExpressionEngine 4
  • ExpressionEngine 5
  • ExpressionEngine 6

Compatibility

If an item is crossed out, it might be untested, not applicable or incompatible. Contact the developer to be sure.

Requirements

  • jQuery for the Control Panel

Add-On Type(s)

Module

Tags

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.

User Links

Set Cookies:

You can use this parameters with set cookies tag:

name=””      // Required. Name of your cookie.
duration=””  // Optional. Set cookie save duration. (Default: 86400. i.e., 1 day)
path=””        // Optional. Set Cookie save path. (Default: /)
secure=””    // Optional. Weather cookie saves as SSL or non SSL. (Default: no)
httponly=””  // Optional. Cookie save as httponly. (Default: yes) (Works only with PHP)
domain=””  // Optional. Cookie saving domain. Default is current domain.
method=””  // Optional. Method to save cookie. Default is php. (Options: php, script)
value=””      // Optional. Value of your cookie. Default is “-”. You can have anything you want to save in this param.

{exp:super_cookies:set name="cookie_name" value="cookie_value"}

Get Cookies

You can either user tagdata code or just single line code to fetch cookies.

Example 1

{exp:super_cookies:get name="cookie_name"}

Example 2

{exp:super_cookies:get name="cookie_name"}
    {cookie}
{/exp:super_cookies:get}

Changelog

v1.0.1

     
  • EE3 design compatibility.
  •  
  • Reduce queries to just 1 to load things fast.
  •  
  • Added single line get cookie code.

 

Download Super Cookies

EE Support Downloads Add-On Version Release Date
3.0.0+ Download 1.0.1 Feb 13, 2019
4.0.0+ Download 1.0.2 Dec 21, 2020

This entry was created February 12, 2019, 1:40 am.
This entry was last updated December 21, 2020, 3:52 am.

Disclaimer: Information about ExpressionEngine add-ons is provided as a service to you, the user, and every member of the ExpressionEngine community. devot:ee is not responsible if you hose, mangle, wreck, or otherwise destroy your EE website by installing an add-on that you found out about at this site, regardless of its rating, Favorites status, commercial or free status, or general popularity. Caveat EEmptor!

Returns: devot:ee has a 30-day return policy on all commercial add-ons sold through devot-ee.com. If you need to return an add-on, do not go to the developer or the developer's site, but rather visit our returns page at https://devot-ee.com/returns to initiate your return. If you have questions, email support@devot-ee.com.

There are no reviews for this add-on yet.

What are you waiting for? Rate it and review it!