HTTP Modules

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
 
B

bruce barker

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

-- bruce (sqlwork.com)
 
S

Sidney Mark Croy

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

Members online

No members online now.

Forum statistics

Threads
474,431
Messages
2,571,678
Members
48,796
Latest member
Greg L.

Latest Threads

Top