J
JJ
Hi,
I have an asp script which is posted to by a form.
On the script I need to know if cookies are enabled.
Therefore I need to make the form post to a different script which sets a
cookie and does a response.redirect to the main script.
However, how to I make the request object get forwarded to the second script
with the response.redirect?
You cannot use server.transfer as the test for cookies will not work
properly.
Thanks
JJ
I have an asp script which is posted to by a form.
On the script I need to know if cookies are enabled.
Therefore I need to make the form post to a different script which sets a
cookie and does a response.redirect to the main script.
However, how to I make the request object get forwarded to the second script
with the response.redirect?
You cannot use server.transfer as the test for cookies will not work
properly.
Thanks
JJ