Hi Guys,
I created a custom request handler to log in a global user behind the scenes that executes a web Report to display documents on passed in parameters. The global user is authenticated, however the cookie for the current user seems to override the the newly authenticated global user. Is there clean way to bypass or clear the cookie/cache of the current user's machine to allow the global user that is authenticated in the request handler to become the current user? Or should I create a webService instead?