views:

23

answers:

0

I am getting this exception when I authenticate a user on facebook and facebook redirects to callback...

Before sending the request to facebook, the session is there but on calling the callback it creates a new one?

I am using MultiActionController of spring and session is the 3rd param of the method signature.

Would I need to use cookies? If so then is there any other workaround? Thanks