Hello.
(background: this involves 2 include files that are saved as .asp files but are located in the INCLUDES folder).
I have an include file (call it 'include1.ASP') that calls a sub which processes the display of error information by doing a response.redirect (with a query string to pass error info) to another include file (call it 'error.ASP').
I need to pass some additional info from include1.asp to error.asp which I cannot pass by adding it to the response.redirect query string for reasons due to the nature of the additional information that I need to pass.
I am trying to create a cookie on include1.asp and
retrieve it from error.asp but I am not getting any value on error.asp for the cookie.
Is it possible to do what I'm trying to do?
Thanks all for any help and have a great weekend
(background: this involves 2 include files that are saved as .asp files but are located in the INCLUDES folder).
I have an include file (call it 'include1.ASP') that calls a sub which processes the display of error information by doing a response.redirect (with a query string to pass error info) to another include file (call it 'error.ASP').
I need to pass some additional info from include1.asp to error.asp which I cannot pass by adding it to the response.redirect query string for reasons due to the nature of the additional information that I need to pass.
I am trying to create a cookie on include1.asp and
retrieve it from error.asp but I am not getting any value on error.asp for the cookie.
Is it possible to do what I'm trying to do?
Thanks all for any help and have a great weekend