----------------------------------------------------------- New Message on BDOTNET
----------------------------------------------------------- From: SitaramanM Message 4 in Discussion Hi AnandRaj, I have worked on HTTP Modules and have extensively manipulated State from the same. I have never faced this problem. This problem is there in HTTP Handlers. In the case of HTTP Handlers, if you want to access and manipulate session then you need to implemebnt the IRequiresSessionState interface. It is just a marker interface and you dont need to implement any methods. But in the case of a HTTPModule you dont have such problems at all. Im attaching a Zip file with three folders which contain a solution file and two projects. I am storing some value in the session in the BeforeRequest Event of the HTTP Module and accessing that in the page_load of the aspx page. HTTPModule is implemented in C# and the web app is in VB.Net. You can go thru the same and hope solve ur problem.Extract the three folders into c:\inetpub\wwwroot and then after the necessary settings, run it from VS.Net and check it out hth regards, sr View Attachment(s): http://groups.msn.com/BDotNet/_notifications.msnw?type=msg&parent=1&item=7031 ----------------------------------------------------------- To stop getting this e-mail, or change how often it arrives, go to your E-mail Settings. http://groups.msn.com/BDotNet/_emailsettings.msnw Need help? If you've forgotten your password, please go to Passport Member Services. http://groups.msn.com/_passportredir.msnw?ppmprop=help For other questions or feedback, go to our Contact Us page. http://groups.msn.com/contact If you do not want to receive future e-mail from this MSN group, or if you received this message by mistake, please click the "Remove" link below. On the pre-addressed e-mail message that opens, simply click "Send". Your e-mail address will be deleted from this group's mailing list. mailto:[EMAIL PROTECTED]
