|
cookie path problem
Unfortunately, this isn't standard cookie stuff (I don't think).
I have a compiled .exe loader for a program which includes an .html page which records the input of a textbox to a cookie.
That much works OK. But reading it back isn't working.
It seems the path is:
~~local~~/C:/Users/Terry/AppData/Local/Temp/td9/FrontPage%20Webs/1001(FINAL)(v1.2)/loader/
i.e. a temp dir related to the directory from where the .exe file was created.
What I need is for the cookie to be available everywhere:
~~local~~/
Is anyone able to shed some light? Adding ";path=/"; isn't working.
I guess it's something to do with being compiled?
__________________
The difference between genius and stupidity is that genius has its limits. (Albert Einstein)
|