Dear Folks,
I my App,I am using Http module to set some information before the
page load begins.In this i am declaring some shared variables in the Http
Module.
whether these shared variables are shared across the application users or
it is shared within a page request. please let me know of this at the
earliest.
thanks in advance

Signature
Regards,
S.Sundararajan
Siva M - 16 Jul 2005 10:48 GMT
It's shared across application users.
Dear Folks,
I my App,I am using Http module to set some information before the
page load begins.In this i am declaring some shared variables in the Http
Module.
whether these shared variables are shared across the application users or
it is shared within a page request. please let me know of this at the
earliest.
thanks in advance

Signature
Regards,
S.Sundararajan
Scott Allen - 16 Jul 2005 15:29 GMT
As Siva pointed out they are shared across the application. You are
probably looking for something like the HttpContext Items collection.
You can set variables before Page_Load and fetch them inside the page
processing.
The HttpContext Items Collection
http://odetocode.com/Articles/111.aspx
--
Scott
http://www.OdeToCode.com/blogs/scott/
>Dear Folks,
> I my App,I am using Http module to set some information before the
[quoted text clipped - 4 lines]
>earliest.
> thanks in advance