starterkits/rails4-starterkit

SOCIAL CONNECTION

Opened this issue · 3 comments

Hello everyone,
i have a problem while trying to connect trough social network.
on twitter i have this message
OmniAuth::NoSessionError at /o/twitter/callback
Session Expired

on facebook it comes back to home page (http://localhost:3000/a/signup#_=_) but the application is added to my applicatoin on facebook.
i'm on windows 8 with ruby 2.1.5 + rails 4.1.6

Make sure you have memcached running and take a look at the rails logs. Most likely, no sessions are being created because the session backend (memcached) is not accessible.

Thanks ! I'm checking and i'll let you know

Working!!!!! thanks! :)