0

I'm using Cartalyst Sentry2 authentication in my Laravel 4.0 application.

For some reason, I can only log in only one time with an account. If I tried to login again with another browser or another computer, the other session get log out automatically.

I am wondering if this is a feature of Sentry2 and how I can disable it.

Edit

Multiple Login Instances for the same user github feature request

https://github.com/cartalyst/sentry/issues/261

Gustavo Straube
  • 3,744
  • 6
  • 39
  • 62
Yada
  • 30,349
  • 24
  • 103
  • 144
  • That's a feature, a good feature in my opinion ;) – Arda Sep 26 '13 at 07:30
  • Haha, it's not a bug, it's a feature! http://www.buzzfeed.com/lukelewis/28-things-only-developers-will-find-funny?sub=2460354_1416162 – kJamesy Sep 26 '13 at 11:04

1 Answers1

0

Yes, this is a feature.

..and Nico Kaag answered the question here: Laravel: Enable Sentry user account be used in multiple computers

Community
  • 1
  • 1
Patrick Reck
  • 11,246
  • 11
  • 53
  • 86