Hi, I'm having a problem and can't figure out whats happening. I believe it's about the sessions. Th...
Hi, I'm trying to change my public folder to public_html. In my path file just changed this 'public'...
I've been strugling about publishing my test aplication on a shared host. I've uploaded all my appli...
Hi, I'm a complete newbie in laravel, and I don't know how to perform some simple tasks. I have a ta...
OK, I figured it out. In the session.php there is a variable 'cookie' => 'laravel_session' As the...
jimgwhit said: Could you try to prefix your sessions like: Session::put('s1_key', 'value'); //site...
everytime i refresh Site2, for Site1 session _token and sessionID (Session::getId();) change. Is thi...
Session is being cleared after refreshing Site2. I'm using this code to see what my session has: $da...
I believe you can force the max_execution time in your code this way ini_set('max_execution_time', 6...
The Laravel portal for problem solving, knowledge sharing and community building.
The community