Previous | Next | (P-PDF) Forms & FDF
Topic: FDF Problem Browser caches site local....
Conf: (P-PDF) Forms & FDF, Msg: 77572
From: pschwegler
Date: 12/3/2002 01:38 AM
Hi there,
I'm not exactly sure if this topic fits in here, but I thought I give it a try.
I have a HTML form, which I post into a PDF. Within the PDF I have a button that send FDF formular data to an ASP file. The ASP file saves the FDF into a folder and then redirects to a website.
So far the plan. Everything works fine, the FDF gets saved etc.
BUT: When the ASP file makes the Response.Redirect, it sends me to a local html page stored in my temporary internet folders. The strange thing is, that this local file is an exact copy of the website the asp file should redirect me to. Inclusive session variables.
Now when I click a link on that "local" page, it behaves exactly like it would be on a remote webserver. As I said, all the sessions are still available... Seems a little dangerous if you ask me... ;-)
I use IE 6.0 and Mozilla 1.2 for testing.
Any sugestions?