This topic has been going on for a while, where some people have come up with the idea of having a private request collection that is unaffected by the incoming URL/FORM/REMOTE variables but still have access to it via the request context object. You already CAN do this by just building a simple request context decorator. However, some people think that this could be a cool core addition. I am starting to think so also, so here are my thoughts on the topic.
The purpose of this pos...