DiscoverMeteor / book

17 stars 0 forks source link

Chapter 5.5 Session is not supported by default. #494

Closed JeremyIglehart closed 8 years ago

JeremyIglehart commented 8 years ago

Because the session is not supported by default, as of new versions of meteor one now must add it...

$ meteor add session

... for things to work in this chapter. I've tested this and it works for me now.

You might want to make reference to this in the book in chapter 5.5 and later on if you make use of the Session variable.

I found this solution here: http://stackoverflow.com/questions/17092565/meteor-session-is-not-defined

SachaG commented 8 years ago

Good catch, thanks!