> -----Original Message-----
> From: Janine Jakim [mailto:[EMAIL PROTECTED]]
> Sent: Wednesday, July 18, 2001 2:13 PM
> To: CF-Talk
> Subject: 2 probs: logout and password
>
>
> 1. I have been trying to do a logout that will not allow the user
to use
> the back button on the browser. I have set client variables to 0
have
> cfDeleteClientVariables and still I am able to hit the back button
and see
> the last page that I was on before logging out. However, I can no
longer
> use the site. (error msgs when I try to navigate on any of the
> links relying
> on client variables). So I feel like I'm half way there...What's a
good
> solution for this??
You can either not cache the pages or use JavaScript to force the back
button to the login page. I think this can be done in IE, but I'm
not sure
about Netscape.
> 2. On NN6 The username/password is always there when I pull it up.
I have
> put cfset username="" on the login page but it hasn't made a
difference.
> This is the only browser that is doing this. Any ideas/solutions?
I guess that you mean that the form fields have the values during the
initial load. I think this is one of those "not a bug" features.
Very
annoying. You can use an onload event handler for the page and set
the
values of the fields to "". I'm not 100% sure that will work. Have
you
looked at the Netscape developer site? There might be a solution
posted
there.
> Thanks,
> j
>
>
>
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Structure your ColdFusion code with Fusebox. Get the official book at
http://www.fusionauthority.com/bkinfo.cfm
Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists