OK, I'll make some tests. What do you think about this?...
I'll report later, after doing several tests...
@Mars: are you OK with me? (because you seem to ignore my posts, and you almost never participate or reply on any of my messages, even when I quote you). Do you feel offended by something I've said in the past?. Please, forgive me if I've said something that offended you...

Quote
.......
if data.account = NIL then
if s = '' then // logout
begin
s:='ok';
data.usr:='';
data.pwd:='';
data.sessionSet('user', data.usr); //add by leo
data.sessionSet('password', data.pwd); //add by leo
Kickidleconnections1Click(NIL); //add by leo
end
else
s:='username not found'
else
.......
I'll report later, after doing several tests...
@Mars: are you OK with me? (because you seem to ignore my posts, and you almost never participate or reply on any of my messages, even when I quote you). Do you feel offended by something I've said in the past?. Please, forgive me if I've said something that offended you...

