Skip to content
This repository has been archived by the owner on Oct 17, 2020. It is now read-only.

Primitive session handling #4

Open
EddieOfAlhana opened this issue Dec 3, 2013 · 3 comments
Open

Primitive session handling #4

EddieOfAlhana opened this issue Dec 3, 2013 · 3 comments

Comments

@EddieOfAlhana
Copy link

Thomaswelton\LaravelFacebook\Facebook extends Facebook\Facebook which uses php's default session handling. This class should be inhertied from Facebook\BaseFacebook and use laravel \Session:: facade...

@thomaswelton
Copy link
Owner

Thanks, pull request would be really welcomed.

@thomaswelton
Copy link
Owner

Hmm, looking at this again I can see that this could possibly cause some issue if this isn't fixed right?
Would this work well at all in you have a multi server setup?

@EddieOfAlhana
Copy link
Author

Nah, on a multi server setup if PHP is configured to use file session handling you would need to login separately to every server. :) For me right now that was not the issue, as currently we have a single server setup. I just needed some mock mastery for unit testing my app, therefore I could not come around fixing this.

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

No branches or pull requests

2 participants