Hello everyone! I am having a very annoying problem with my WiseJ website. When a user enters I automatically get my variables equal to his .. His session is interfering with mine. I don’t know how to explain it, but when I log in, I’m saving my variables in a class, and then when another user enters a different account I keep his variables. Can someone help me get a method to separate the sessions? Thank you very much!
Hi Ruben,
static variables are shared across all users/sessions.
To store session specific information please use the Session class:
https://docs.wisej.com/docs/controls/general/application#session-object
Best regards
Frank
Please login first to submit.