I want to get a name-value from one asp page to another. It must be transparently (ie, cannot be visible in the URL).
That rules out querystrings.
I can't use session variables as cookies are disabled.
I do not want to use a database or flatfile.
I do not want to add a HTML form tag to the page.
I would like to do something like AddFormHeader (create a 'virtual' form). Can anyone suggest a way to address my situation?
That rules out querystrings.
I can't use session variables as cookies are disabled.
I do not want to use a database or flatfile.
I do not want to add a HTML form tag to the page.
I would like to do something like AddFormHeader (create a 'virtual' form). Can anyone suggest a way to address my situation?