-----------------------------------------------------------

New Message on BDOTNET

-----------------------------------------------------------
From: asksalil
Message 1 in Discussion

Hi Techies,
I have a typical requirement in my application to persist values which are 
POSTed from the request.

Following is the flow of execution in my application
1. Receives request from different clients. (Clients uses http POST method in 
their requests)
2. I have a HttpModule which processes all the requests and sends information 
to some other application.
(Here HttpModule uses Response.Redirect method to reach third party application 
by sending the return URL in the request)
3. Third party application received request sent by our HttpModule and logs 
information and Redirect the page to the Return URL
4. Our application finally displays the page actual client requested for.

Problem here is...
Since the actual client request a page from our application and uses http POSD 
method and send some values.
As our applciation uses Response.Redirect method in HttpModule to reach third 
party application, we are loosing the actual values POSTed.
I can not skip the httpModule to use Response.Redirect method to reach third 
party application But want to persist values which are actually POSTed by the 
clients

I thought of using Sessions to store those POSTed values before redirecting the 
request to Third party application, but Session is always showing as null in 
BeginRequest method.
I have gone through some articles and found that Session will be initiated 
after passing through "AcquireRequestState" event, but sessions will not be 
available in BeginRequest method.

Can anybody please help me resolving this Issue?
My main aim is to make the POSTed values persist and use them in the actual 
page requested.

Thanks in advance. 
Salil

-----------------------------------------------------------

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]

Reply via email to