Hmmm....I've posted recently about some problems that weren't as critical and I was able to fix on my own. But this one is really a problem.
So...in the database [PS_UserData].[dbo].[UserMaster] there is the value: Leave. Supposedly: whenever you log into the client it is SUPPOSED to set the value to 1 and whenever you log out, it is SUPPOSED to set the value to 0.
My problem: It sets the value to 1 when the user logs in, but doesn't set it to 0 when they log out. So nobody is every able to log in more than once unless I go to the table and manually change the values every time.
I thought about making a script that auto excecuted every minute or so that sets all of them to 0, but then the problem is, none of my scripts would work because all of them involve the user being online (or have a value of 1).
Anyone know a solution? Is the column "Leave" the wrong name? Is there a problem with the client?
Thanks in advance guys ! :)
So...in the database [PS_UserData].[dbo].[UserMaster] there is the value: Leave. Supposedly: whenever you log into the client it is SUPPOSED to set the value to 1 and whenever you log out, it is SUPPOSED to set the value to 0.
My problem: It sets the value to 1 when the user logs in, but doesn't set it to 0 when they log out. So nobody is every able to log in more than once unless I go to the table and manually change the values every time.
I thought about making a script that auto excecuted every minute or so that sets all of them to 0, but then the problem is, none of my scripts would work because all of them involve the user being online (or have a value of 1).
Anyone know a solution? Is the column "Leave" the wrong name? Is there a problem with the client?
Thanks in advance guys ! :)