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