Home »
MCQs »
Meteor.js MCQs
A session variable's value is set using which of the following method?
18. A session variable's value is set using which of the following method?
- Session.set
- Session.get
- Set.session
- Session.insert
Answer: A) Session.set
Explanation:
A session variable's value is set using the Session.set method.