I can't say for sure, but check your Internet Explorer settings. You should be
able to stop the browser caching documents from certain domains, and also you
might have that automatic form completion option activated. I can't give you
more precise info because I'm using Linux. And if that doesn't
>
To: "Octavian Rasnita" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Tuesday, October 29, 2002 12:01 PM
Subject: Re: A security problem
On Friday 25 October 2002 9:51 am, Octavian Rasnita wrote:
> Hi all,
>
> I've made a script that displays 2 forms one after
On Friday 25 October 2002 9:51 am, Octavian Rasnita wrote:
> Hi all,
>
> I've made a script that displays 2 forms one after another, then the result
> page.
> It works like a Wizard from Windows.
>
> In the first page, I print a form for getting the username and the
> password, and if these are goo
Hi Octavian,
I would suggest that you use session management (I like CGI::Session but
Apache::Session should also work) to store the private data about the
current user rather than writing it to the second form.
Good luck,
William
--
Lead Developer
Knowmad Services Inc. || Internet Applicat
Hi all,
I've made a script that displays 2 forms one after another, then the result
page.
It works like a Wizard from Windows.
In the first page, I print a form for getting the username and the password,
and if these are good, the script prints the second form with some private
data.
After submit