meteor-session-getonce
Adds a method getOnce
to Session.
1Session.set('foo', 'bar'); 2Session.getOnce('foo'); // => "bar" 3Session.get('foo'); // => undefined
v1.0.1•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 method getOnce
to Session.
1Session.set('foo', 'bar'); 2Session.getOnce('foo'); // => "bar" 3Session.get('foo'); // => undefined