Session::put(\'newData\',\'Signed in with google\');
Data Type(s):
Session::put(name,value)
Location:
users/classes/Session.php
Details:
Adds to the session variable. The name attribute can be arbitrary
For instance, UserSpice adds a language attribute to tell us what
language a user prefers. That could look like