jQuery - using path for jquery cookie plugin

0 votes
198 views
added Nov 21, 2018 in jQuery by LC Marshal Captain (25,790 points)
var expTime = new Date();
var minutes = 1;
expTime.setTime(expTime.getTime() + (minutes * 60 * 1000));
$.cookie('sto-cookie', 'test', { path: '/', expires: expDate });

 

lazacode.org - Malaysia's programming knowledge sharing platform, where everyone can share their finding as reference to others.
...