Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

allow_multiple_login and centos cross-browser session #8

Open
bambrillo opened this issue Aug 26, 2015 · 1 comment
Open

allow_multiple_login and centos cross-browser session #8

bambrillo opened this issue Aug 26, 2015 · 1 comment

Comments

@bambrillo
Copy link

After deploying my service on CentOS server it's occured that session opened in one browser is "seen" in another browser. (Previously i've develop my service on Windows 7 XAMPP localhost and didn't met this issue). Looking for PHPixie\Auth\Login sources i have found that variable $allow_multiple_login in Password class is declared but never after been used. Is this bug or feature? Does my issue is CentOS (SELinux) specific? And how can i change the source to fix this issue (for example, adding $_SERVER['HTTP_USER_AGENT'] or so to cookie)? Thanks!

@dracony
Copy link
Member

dracony commented Sep 18, 2015

Sorry for not noticing this earlier. Phpixie uses the default PHP session handling so it would not be able to to have same session for two users.

Can you check if php session cookie is different on both clients ?

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

No branches or pull requests

2 participants