Jump to content

ipb 4.2 cookies issue?


valantislevas

Recommended Posts

Just now, valantislevas said:

so i must contact with my provider to fix that issue? but this problem only some people had

Yes, it indicates that something server side is caching php sessions, which isn't a good thing. Have them check and disable any server-side caching, varnish cache is a likely culprit. 

Link to comment
Share on other sites

I am not sure if this is the same issue or not. I am hoping you can tell me.

I just had two members tell me that they are seeing each other's profile information when logging in. They have sent me screenshots to prove it. Now, they did log in as each other multiple times. I first thought that maybe they were not paying attention to the username and passwords when logging in. But they swear they were logging out and logging in with the correct credentials each time.

Could this issue possibly be related?

Link to comment
Share on other sites

 

2 hours ago, valantislevas said:

maybe we have same issue also my members was logged and after refresh the website show up with other's user account

 

50 minutes ago, Michael R said:

That's what they were seeing. It's frustrating not being able to give them and answer.

 

 

6 hours ago, Rhett said:

This indicates a server-side caching issue, which is caching your sessions. (which it should never do) 

 

 

Please read above, now you just need to identify if/which server-side cache is causing this issue and have it properly configured not to cache php sessions, have your host disable all server-side caches, clear cookies and browser cache for the site, then re-test while server-side caching is off.  

If that resolves the issue, get with your hosting provider to discussing properly configuring it not to cache php sessions, which it should never do anyway. 

 

 

 

Link to comment
Share on other sites

I will check with my server provider today.

In the meantime, I am still concerned that this is happening. How is it possible that two members are seeing each other's profile information when they log in as themselves?

I initially thought that maybe it had to do with them logging using the other's credentials but they sent me screen shot of this issue before they exchanged logins. And the system logs verify it.

These members are livid and very vocal. This is very concerning to me.

Link to comment
Share on other sites

You can always submit a ticket so we can take a look.

Server side caching is a likely culprit. Varnish, cloudflare, and similar can be misconfigured and cause this.
Cookie configuration issues are a possibility, albeit not the most likely one.
Third party plugins could be to blame too.
In short, we can only give you some ideas as to the possible cause without taking a first hand look.

Link to comment
Share on other sites

26 minutes ago, Michael R said:

I will log a ticket. These members are being very vocal about this issue on the community. Some members are commenting that they are being hacked and the site is unsafe. 

A horrible situation indeed, please keep us informed what caused this issue. Thanks.

Link to comment
Share on other sites

Disable Varnish cache if it's enabled. If you are running nginx (as either an apache replacement or as a reverse proxy), make sure it's not caching php sessions or cookies either. After that, go to your ACP, under login handlers (last I used it anyways) and select "logout all users". Run the support tool now. This fixed it for us (we were running nginx in this instance [EnginTron for cPanel/WHM]) as a reverse proxy).

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.

  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...