lars88
Forum Replies Created
-
Forum: Plugins
In reply to: [Native PHP Sessions] Records don’t see updates on user_id.The plugin works excellent. Any changes in session data as a result of any request are now synchronized across all webservers long before the client is done processing / rendering the response.
Thank you very much for your swift solution.
Forum: Plugins
In reply to: [Native PHP Sessions] Records don’t see updates on user_id.Apologies, I forgot to leave an update and then I was off for a few days.
It did fix the particular issue I described.At this point I’m still in the process of testing to verify the overall result in our cluster.
I hope to figure out very quickly if it’s ready for use in our setup, and I’ll let you know.Forum: Plugins
In reply to: [Native PHP Sessions] Records don’t see updates on user_id.That would be my expectation, yes.
Of course, I cannot judge if this is in intended behavior. For all I know it could be written in such a way it only uses the user_id field to correctly pick up on existing sessions upon plugin activation and it adds it to the data field after that.I presume, however, this must indeed be a bug simply because the user_id field is what it appears to show in the session list in the dashboard.
So in my case all listed sessions always show user ID 0. Every single one… even though I’m looking at that list in the dashboard for which I need to be logged in. It seems a little paradoxical.