Uncaught TypeError: Session.Set is not a function

Hi all, I’m newbie of Meteor.

Does someone know why I get the following error when I use the Session.Set function on client side?

Uncaught TypeError: Session.Set is not a function

I’m using Kitchen-Meteor code generator and I’ve inserted a Session.Set single code line inside a “submit code” of a form box

Thanks in advance
Alex

solved. set instead Set …