I found that if you change some of the tests in x2gosessionlimit to emit "LIMIT\n" that the session limiting starts working:

    if($strlimit <= $scount)
    {
        print "LIMIT\n";
        exit 0;
    }


Regards,
Gerry

_______________________________________________
X2go-dev mailing list
[email protected]
https://lists.berlios.de/mailman/listinfo/x2go-dev

Reply via email to