liberation:session-getonce

v1.0.1Published 10 years ago

This package has not had recent updates. Please investigate it's current state before committing to using it in your project.

meteor-session-getonce

Adds a method getOnce to Session.

1Session.set('foo', 'bar');
2Session.getOnce('foo'); // => "bar"
3Session.get('foo'); // => undefined