By default Shindig is stateless and does not have a session. Information about Viewer and Owner are passed to Shindig through an SecurityToken which you have to generate on your container side. Both the PHP and Java Versions of Shindig have sample implementations for the Security Token.
-- Bastian 2011/3/17 Doug Ellison <[email protected]> > I've integrated Shindig into my site and am able to run the example > gadgets and such. Additionally I've started implementation of > PersonService etc.. The problem I'm having is once a user logs into > my site and a gadget makes a request for viewer it always comes up > null. I realize this is because I've not told the container who is > logged in. Can anyone give suggestions on what I need to implement / > do? I suspect its something simple like put something in http session > but I've been unable to find out what that something is. > > Thank you very much for your time. >
