roadrunner-laravel icon indicating copy to clipboard operation
roadrunner-laravel copied to clipboard

Problems with laravel

Open zx950921 opened this issue 5 years ago • 7 comments

  1. create new laravel project,i test laravel5.5 laravel 5.7 and laravel 5.8
  2. config db connection
  3. php artisan make:auth
  4. open http://localhost/login,and then refresh this page many times.only refresh,Do nothing others.
  5. use mail and password to login in this page.Under normal circumstances, enter the wrong username and password page will return the prompt "These credentials do not match our records.", but the wrong username and password will not return any information after you refresh the page. Including the wrong username automatically The record is also lost

Looks like there is a problem with the session,May have this problem in all versions of laravel, I only tested 5.5 5.7 5.8

I will continue to test the more detailed questions.

zx950921 avatar Mar 26 '19 11:03 zx950921