Re: A security problem

2002-11-01 Thread Geraint Jones
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

Re: A security problem

2002-10-31 Thread Octavian Rasnita
> 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

Re: A security problem

2002-10-29 Thread Geraint Jones
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

Re: A security problem

2002-10-25 Thread William McKee
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

A security problem

2002-10-25 Thread Octavian Rasnita
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