Beefy Boxes and Bandwidth Generously Provided by pair Networks
Your skill will accomplish
what the force of many cannot
 
PerlMonks  

Re: Form passwords cached when redisplayed?

by markjugg (Curate)
on Apr 06, 2001 at 21:16 UTC ( [id://70532]=note: print w/replies, xml ) Need Help??


in reply to Form passwords cached when redisplayed?

I think I found in good answer in the docs for CGI.pm:

Some browsers, such as Internet Explorer, cache the output of CGI scripts. Others, such as Netscape Navigator do not. This leads to annoying and inconsistent behavior when going from one browser to another. You can force the behavior to be consistent by using the -expires parameter

-mark

  • Comment on Re: Form passwords cached when redisplayed?

Replies are listed 'Best First'.
Re: Re: Form passwords cached when redisplayed?
by andye (Curate) on Apr 07, 2001 at 19:39 UTC
    You can force the behavior to be consistent by using the -expires parameter

    Unfortunately this doesn't work in all cases. Would that it did, it would make my life easier.

    Even in mainstream browsers, the user can override the -expires parameter by fiddling around with the caching settings. It's never safe to assume that your page won't be cached.

    andy.

      > Even in mainstream browsers, the user can override the -
      > expires parameter by fiddling around with the caching
      > settings.

      That by itself might not be a big problem, I think. I have my browser set to cache everything, but this is my personal computer in my house that only I have access to, so it's not so much of a security problem for the password to be sent back in plain text. It could be trouble for a user who sets their browser to cache everything without understanding the security implications, though.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://70532]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others surveying the Monastery: (5)
As of 2024-04-23 20:58 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found