Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Post GUID in HTTP Header?
Message
General information
Forum:
Internet
Category:
Browsers
Miscellaneous
Thread ID:
00654663
Message ID:
00655847
Views:
32
>I have generated a GUID in ASP on my web server. I want to put that in something for the client browser to take and use in the HTTP header from there-on, so I can use the GUID for state management.
>
>How can I make the browser carry this GUID in the header?
>
>Thanks.

Try Response.AddHeader "Custom_GUID","0000023659", to create the header from server side script.

To read the header from server side script, try:
Request.ServerVariables("Custom_GUID")
Tim Westmoreland
Software Engineer
Skyline Technologies, Inc.

"Upper classes are a nation's past; the middle class is its future." - Ayn Rand, Russian-born author (1905-1982).
Previous
Next
Reply
Map
View

Click here to load this message in the networking platform