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

commonjs - How to write a typescript definition file for a node module that exports a function? -

openid - Okta: Failed to get authorization code through API call -

thorough guide for profiling racket code -