Hi,

Is it possible to do add special header information and send the Header to 
the required Page by response.redirect.

As in, I want to do Response.redirect "http://www.abc.com/xyz.asp"; 
But I want to pass some special Header Infomation abt the Users which will 
be
retreived by the xyz.asp, analyzed and give me access to http://www.abc.com/

Presently I am adding headers in ASP using
Response.AddHeader name,value.
;
;
;
Response.redirect "http://www.abc.com/xyz.asp";

But http://www.abc.com/xyz.asp doesn't get the header Information which I 
added...

Thanks,
Mingle.


[Non-text portions of this message have been removed]



 
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/AspClassicAnyQuestionIsOk/

<*> To unsubscribe from this group, send an email to:
    [EMAIL PROTECTED]

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/
 


Reply via email to