Share Laravel session with custom PHP -


i have laravel 4 application custom login on example.com, , session driver database.

on subdomain example custom.example.com have custom php application should use same user base , share login.

also have subdomain l4.example.com laravel 4 application sharing same user base , login, , here can use same session, custom application on custom.example.com when try

var_dump($_session);  

i undefined variable: _session.

so there way share laravel 4 session custom php application on subdomain


Comments

Popular posts from this blog

ios - Change Storyboard View using Seague -

inversion of control - Autofac named registration constructor injection -

verilog - Systemverilog dynamic casting issues -