I have a Drupal 7 site that uses the Twitter Signin module to allow twitter users to authenticate on the site.
The site has a Twitter signin button. Clicking on that button correctly redirects to Twitter to prompt the user to signin. After all that happens Twitter displays a message that it is redirecting back to my application.
The browser then shows my Drupal site with a URL like:
However, the user is not signed in on Drupal. Drupal displays the Login link instead of the My Account link.
Please help.