php - Laravel Auth and Session not working on Live Server -


session

controller: session::flash('flash_notice', 'registered ,please check email');

in view @if (session::has('message'))

{{ session::get('message') }}

@endif

in view session data not dispalying on live server

auth

auth::check() , auth::user() gives me false , null on liver server

but on localhost working fine.

plz me out here

from sounds of sessions not being set , being regenerated each request. (check session storage on live server)

ensure session config file correct, domain, path , secure options.


Comments

Popular posts from this blog

matlab - "Contour not rendered for non-finite ZData" -

delphi - Indy UDP Read Contents of Adata -

javascript - Any ideas when Firefox is likely to implement lengthAdjust and textLength? -