meteor-session-unset
Adds a a simple unset
method to Session.
1Session.set('foo', 'bar'); 2Session.get('foo'); // => "bar" 3Session.unset('foo'); 4Session.get('foo'); // => undefined
v1.0.0•Published 10 years ago
This package has not had recent updates. Please investigate it's current state before committing to using it in your project.
Adds a a simple unset
method to Session.
1Session.set('foo', 'bar'); 2Session.get('foo'); // => "bar" 3Session.unset('foo'); 4Session.get('foo'); // => undefined