A paranoid user should empty the browser cache and quit the browser when logging out.

You could reload the app by `LzBrowser.loadURL(LzBrowser.getLoadURL())`

On 7 Jan 2006, at 17:41, James Howe wrote:

I'm working on a Laszlo application which requires a user to login before they can get to the application. I've got it such that I display a login dialog into which the user enters name/password and once validated the main display becomes visible. I've implemented a 'logout' action which basically hides the app and reshows the login dialog. The problem is that the login dialog still has the information from the last time and when the app reshows, the previous data displays briefly before the new data loads. What is the proper way to clean out data from the previous user when a user logs out of an application? Or would I just get the application to reload itself from the server? If so, how do I do that?

Thanks!

--
James Howe
_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

_______________________________________________
Laszlo-user mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-user

Reply via email to