Obfuscating/Deleting jQuery dialogs after logging out

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Obfuscating/Deleting jQuery dialogs after logging out

Paul DeBruicker
Hi -

I allow users to change their address information in a jQuery dialog.
Once they log out another person could click the back button enough
times until they are able to see the user's address.  Logging in is
optional and I want users to be able to use the back button, so I
don't think I can put the application in an isolate: block.  Is there
an accepted way to mask the information shown in the dialog so that a
third party working at the computer could not easily see the user's
address later?  They can't change the address  but they can read it.

replaceWith: or #destroy don't have the affect I'd like.


Thanks for any guidance


Paul
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
Reply | Threaded
Open this post in threaded view
|

Re: Obfuscating/Deleting jQuery dialogs after logging out

Lukas Renggli
Not really, these pages come from the browser cache. The server cannot
do anything else but ask the users to close the browser window and
clear their cache. If you use https, closing the browser window might
be enough as browsers typically don't cache https requests.

Lukas

2009/9/22 Paul DeBruicker <[hidden email]>:

> Hi -
>
> I allow users to change their address information in a jQuery dialog.
> Once they log out another person could click the back button enough
> times until they are able to see the user's address.  Logging in is
> optional and I want users to be able to use the back button, so I
> don't think I can put the application in an isolate: block.  Is there
> an accepted way to mask the information shown in the dialog so that a
> third party working at the computer could not easily see the user's
> address later?  They can't change the address  but they can read it.
>
> replaceWith: or #destroy don't have the affect I'd like.
>
>
> Thanks for any guidance
>
>
> Paul
> _______________________________________________
> seaside mailing list
> [hidden email]
> http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
>



--
Lukas Renggli
http://www.lukas-renggli.ch
_______________________________________________
seaside mailing list
[hidden email]
http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside