HTTP Modules

  • Thread starter Thread starter Sidney Mark Croy
  • Start date Start date
S

Sidney Mark Croy

From within a HTTP module can I appendheader to the response and will those
headers come back when that target page requests again on the server?

Thank you

Mark
 
no. the only header info the browser will pass back is the cookie header.

-- bruce (sqlwork.com)
 
I am trying to maintain a state identifier between the browser and server
without using a query string setting. How can I send some state identifier
from the server to the browser and have the browser return that to the
server on subsequent requests?

I would like to have the ability to maintain a separate state identifier for
each browser session. From within a HTTP module I would like to be able to
access the state identifier for logging, verification, etc.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top