Hi
We're using JoomSEF and Virtuemart, and have VirtueMart integrated with Facebook for reviews. Whenever the user goes through the facebook Connect login and is returned to the VirtueMart product page, the session variable that Facebook passes on the Querystring seems to get dropped.
If we turn off Artio, then it all works. The session variable is passed in, it gets written to a cookie, and the user can write a review.
When we turn Artio on, the session variable is still present in the Querystring, but it never gets set into the cookie, and so the reviews don't work.
Here is an example of the querystring params that are coming back from facebook:
www.server.com/index.php?option=com_virt...e519d10fdfd380%22%7D
That last var, the session, is what is getting dropped.
Any ideas?
thanks