How to set expiry date of a cookie (using jQuery Cookies plugin)
In a previous post I explained what is the process for Saving a complex JSON object in a cookie by using jQuery (demo included in PHP). Now, I would like to add some related information about how to set an expiry date of a cookie using the same plugin (jQuery Cookies). First of all, it is important…