ShelbyTV / shelby-gt-web

the new shelby web front end for rolls <over />
shelby.tv
3 stars 0 forks source link

session problem #836

Closed spinosa closed 11 years ago

spinosa commented 11 years ago

User.remember_me is getting set to false somehow

users are both :rememberable and :token_authenticatable. This seems to be a problem b/c :token_authenticatable turns remember_me off.

This causes you to get a session expired (or blank app) if you close your browser (b/c _shelby_gt_<api | web>_session is gone)

spinosa commented 11 years ago

moved to backend: https://github.com/ShelbyTV/shelby_gt/issues/177