Distinct users entering the same session

Any critical bugs will be fixed within 24-48 hours.
Also qdPM is in active development so any other issues will be fixed in next versions

Distinct users entering the same session

Postby ATanner » Wed Apr 18, 2012 5:09 am

I recently installed qdPM 7.0 and configured it for several users. When I asked my colleagues to test their account, everything was OK until the second person connects. They were actually entering each other's session.
Description:
qdPM is installed on a server accessible only from the Internet.
When user A connects, there is no problem, but when user B connects, user A finds himself using user B's session and vice versa.
It looks like it is not using cookies correctly. We've tested this on different machines with the same result.
I need to say that at the same time I'm connected with my admin account behind the same nat'ed IP and I have no problem. I also asked another colleague in a different site to test his account and hw didn't encounter any issue.
Thank you for telling me where I need to modify the PHP or Symphony settings to avoid this.
ATanner
 
Posts: 2
Joined: Wed Apr 18, 2012 4:53 am

Re: Distinct users entering the same session

Postby kindrosker » Wed Apr 18, 2012 2:41 pm

try to add next code in core\apps\frontend\templates\layout.php at the top
Code: Select all
<?php
header("Cache-Control: no-cache, no-store, max-age=0, must-revalidate");
header("Pragma: no-cache");
?>
User avatar
kindrosker
Site Admin
 
Posts: 133
Joined: Fri Oct 07, 2011 9:42 am

Re: Distinct users entering the same session

Postby ATanner » Thu Apr 19, 2012 12:48 am

Thank you for your quick answer, I've updated the page and will see tomorrow with my colleagues if that solved the problem
Thank you
Alexandre
ATanner
 
Posts: 2
Joined: Wed Apr 18, 2012 4:53 am


Return to Bug Report

Who is online

Users browsing this forum: No registered users and 2 guests

cron