UPDATED: 4-15-03 by JoshPet - Added a step to expire the cookies for Admins. Otherwise, even though the cookie isn't set if you are an Admin, you get one when you use the "become this user feature". So as soon as you become 2 users... you start getting "Multiple Identity Detected" PMs out the ying yang. This update will prevent that.

Hope JustDave doesn't mind me updating his code.

If you already have this installed, add this above the Multiple Identity Detector Code:
<br />if ($user['U_Status'] == "Administrator") {<br /> setcookie("{$config['cookieprefix']}IDstack",'',time()-846000,"{$config['cookiepath']}");<br />} <br /> Coy - I installed this at your board because I was sick of so many PMs.
