Using laravel in firefox

0

When using firefox browser, at the moment of initiating section, and being in the home, if we go back, the login will appear, even if the auth has been validated, if you use igaul

> @if(Auth::check())
>     <div>
>        Esta logeado
>     </div> 
 @endif

for user verification, however only the source code is modified, but nothing changes in the view.

    
asked by Carlos Alexander Lemus Mojica 19.05.2017 в 03:32
source

0 answers