MStumpp / meteor-todomvc

TodoMVC running on Meteor

Home Page:http://todomvc.meteor.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Session issue

yanivnizry opened this issue · comments

The Session.set command need to be inside the "isClient" function because its a client only command.
The application is not working properly right now due to this error.

I see this issue as well.