Well, the title almost says everything. Magento uses a key parameter in the admin area which it appends to every URL. I was just wondering why they don't do this using php post instead of get.
With post it would be hidden, that's why I would prefer it, but I'm sure there is a good explanation for it.