Re: storing my own information in the Request object

Tech-Archive recommends: Speed Up your PC by fixing your registry



thanks but none of those help me

i want something that is specific to this request - specifically

(a) I can set in the global.asax Application_BeginRequest handler and
retrieve in the page itself

(b) is not shared between concurrent requests on the same session



"Just Me" <news.microsoft.com> wrote in message
news:uUgLl2f%23HHA.3548@xxxxxxxxxxxxxxxxxxxxxxx
viewstate("yourValiableNameWhichPersistsDuringPostback")
session("VariableAvailableOnlyToYouForYourSession")
application("availableToAnyoneUsingTheApp")




"Andy Fish" <ajfish@xxxxxxxxxxxxxxxx> wrote in message
news:eYpPXjf%23HHA.3916@xxxxxxxxxxxxxxxxxxxxxxx
Hi,

Is there anywhere inside the HttpRequest object that I can use to store
my own information? from what I can see things like ServerVariables are
made read-only.

If not, does anyone else have a sensible strategy for storing information
that pertains to a particular request so that it can be shared between
global.asax handlers and the page itself? I cannot use session state for
this.

TIA

Andy






.



Relevant Pages

  • Re: Modular PHP
    ... How can I catch an event in PHP. ... Everything is done with XML, so you will want to be familiar with XSLT ... the function itentified by the Handler attribute in the above XML, ... It's also worth noting that all the XML parsing for the request map ...
    (comp.lang.php)
  • Re: ISAPI vs. HTTPModule
    ... which parses the request and dispatches it to IIS in usermode. ... extension of the request is determined, and then sent to its handler. ... > ISAPI will not be able to access any .Net intrinsics/events. ...
    (microsoft.public.inetserver.iis)
  • Re: Custom HttpHandler and Server.Transfer
    ... server side processing path for the current request. ... | Subject: Re: Custom HttpHandler and Server.Transfer ... |>methods only addressing transfer to another Page handler, ...
    (microsoft.public.dotnet.framework.aspnet)
  • Async callbacks with Global.asax
    ... ICallbackEventHandler and RaiseCallbackEvent) and a regular GET request ... And here is the page that handles the callback request. ... the callback handler in _Default page. ... includeStagesBeforeAsyncPoint = true, bool includeStagesAfterAsyncPoint ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: httpModules :: BeginRequest Behavior
    ... > request URL parsed so that I could route all URLs containing "view" to ... I wrote the code for a handler that did a ... > /// Summary description for Controller. ... public void Init{ ...
    (microsoft.public.dotnet.framework.aspnet)