0

I'm using sentry for many reasons one of them is this feature that it log out a user while login from 2 different computer so I m using local host how can I activate this feature? or make sure that is active right now?

saha
  • 221
  • 1
  • 5
  • 13
  • Can you test it in two different browsers? That's what I usually do. – Kai Jun 08 '14 at 12:04
  • @Kai Thanks . I registered in firefox and then opened the ie and register again . what should be happened? both of them registered me. for using this feature of sentry I should just register user with sentry? just do that? **`try{ $user=Sentry::register(array( 'username'=>Input::get('username'), 'password'=>Input::get('password'), 'email'=>Input::get('email') )); }`** – saha Jun 09 '14 at 05:56

1 Answers1

0

You need two computer to test Login from 2 different computer.

First computer need to create a web-server and second computer access the first computer web-server(localhost). And now you can test your Login from 2 different computer.

If you don't know how to access your localhost from another computer you can see at here.

Note : This is my way. There are many others way to test Login from 2 different computer. You can find much more.

Community
  • 1
  • 1