rejetto forum

Author Topic: Bug: Logout function at server level [Fixed]  (Read 154644 times)

Offline LeoNeeson

  • Tireless poster
  • ****
  • Posts: 874
  • Status: On hiatus       (sporadically here)
    • View Profile
    • twitter.com/LeoNeeson
Re: Confirmed bug: possible fix...
« on: April 29, 2020, 10:12:04 PM »
OK, I'll make some tests. What do you think about this?...

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... :-[ :'(
 
« Last Edit: April 30, 2020, 03:10:58 AM by LeoNeeson »
HFS in Spanish (HFS en Español) / How to compile HFS (Tutorial)
» My posts don't imply endorsement.
   Always build from source code!

Follow members gave a thank to your post:


Thank-o-Matic 3.0 By Adk Team