php - Laravel Session not persisting when redirecting after adding data to the session -


i trying save key => values in session before redirect twitter oauth page. session not persisting data.

i have tested in centos, ubuntu both running php5.6

php 5.6.16 (cli) (built: nov 26 2015 08:01:30) copyright (c) 1997-2015 php group

apache version server version: apache/2.4.18 (centos) server built: dec 14 2015 18:39:31

i no errors, storage folder writable , not errors @ all.

can please me issues.

it turns out no file being written ("storage/framework/sessions").

the value 'driver' => env('session_driver', 'file'), coming through, doesn't work either if change 'driver' => 'file',

thanks

in order session working, routes supposed declared within following definition in routes.php

    route::group(['middleware' => ['web']], function () {       }); 

thanks


Comments

Popular posts from this blog

how to insert data php javascript mysql with multiple array session 2 -

multithreading - Exception in Application constructor -

windows - CertCreateCertificateContext returns CRYPT_E_ASN1_BADTAG / 8009310b -