Hey,
Is there a way to set the cookie's filename on the hard-drive?
Right now it only saves it as the page name that i'm loading... like: Manuals.asp will give me Manuals.txt file...
even though i declare it like this:
Response.Cookies("ARSurvey
PopUp")
ARSurveyPopUp becomes a variable within the Manuals cookie instead of naming it that way... and i need to be able to set the filename so that we can then modify it later using something else than ASP or a browser page...
Thanks!
Start Free Trial