[eluser]megabyte[/eluser]
Sorry for not being 100% clear.
what happened, is I called a method which just happened to be a delete user method.
Upon clicking the link, the system logged me out (session I guess had expired) but the delete was still executed. You need to be logged in to do anything, so I'm not sure why that happened.
After this happened I was like WTF, so I copied and pasted a link to the method with another user id while not logged in, and it did not execute. This is how it should work, so my issue is why did the previous delete work. Was I not logged out till the method was called? Was this just a rare 1 in a million chance where everything happened.