Skip to content
This repository has been archived by the owner on May 9, 2021. It is now read-only.

Update session.php #223

Closed
wants to merge 1 commit into from
Closed

Update session.php #223

wants to merge 1 commit into from

Conversation

victorpierredev
Copy link

If running two Laravel application on the same server, and the cookie session have the same name + path, it will conflict. The user will be logged out of both applications.

This can be solved by simply renaming the session_cookie or changing it's path.

Path to the configuration should be : tinyissue / app / application / config / session.php

Assuming that the second laravel application is preserving the laravel_session name, it would be a good idea to have something like tinyissue_session instead.

@Patriboom
Copy link

You'll find lot more functions and improvements in this fork
https://github.com/pixeline/bugs

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants