Support the ongoing development of Laravel.io →

Drifeter

Joined 12 May 2014

Statistics

Threads 4
Replies 11
Solutions 2
Articles 0

Session Auth expiring when opening another site on same domain?

Hi, I'm having a problem and can't figure out whats happening. I believe it's about the sessions. Th...

0 Likes
5 Replies
Solved

problem changing public folder name

Hi, I'm trying to change my public folder to public_html. In my path file just changed this 'public'...

0 Likes
2 Replies

How to publish laravel?

I've been strugling about publishing my test aplication on a shared host. I've uploaded all my appli...

0 Likes
4 Replies
Solved

update database when user click on a link

Hi, I'm a complete newbie in laravel, and I don't know how to perform some simple tasks. I have a ta...

0 Likes
14 Replies
replied 10 years ago

Session Auth expiring when opening another site on same domain?

OK, I figured it out. In the session.php there is a variable 'cookie' => 'laravel_session' As the...

0 Likes
Solved
replied 10 years ago

Session Auth expiring when opening another site on same domain?

jimgwhit said: Could you try to prefix your sessions like: Session::put('s1_key', 'value'); //site...

0 Likes
replied 10 years ago

Session Auth expiring when opening another site on same domain?

everytime i refresh Site2, for Site1 session _token and sessionID (Session::getId();) change. Is thi...

0 Likes
replied 10 years ago

Session Auth expiring when opening another site on same domain?

Session is being cleared after refreshing Site2. I'm using this code to see what my session has: $da...

0 Likes
replied 10 years ago

Get "Maximum execution time of 30 seconds exceeded" from time to time

I believe you can force the max_execution time in your code this way ini_set('max_execution_time', 6...

0 Likes

We'd like to thank these amazing companies for supporting us

Your logo here?

Laravel.io

The Laravel portal for problem solving, knowledge sharing and community building.

© 2024 Laravel.io - All rights reserved.