Alex

Results 2 issues of Alex

Once setted cookie, will overwrite another cookie value: ``` javascript ec = new evercookie(); ec.set('test_1', 'test_1'); ec.get('test_2', function(value) {alert(value)}); // must be undefined, will alert test_1 ec.get('test_1', function(value) {alert(value)}); //...

We need to provide more opportunities for configuration and customization