widgets/login.lisp's logout function does not clear the action table. Any actions whose URL's a user may have saved before logging out are still usable after they log out. So always do this in your code in addition to calling logout: (weblocks:reset-webapp-session)
What I also need to do then to prevent a UI error, maybe only because I use the navigation widget, is: (redirect (make-webapp-uri "/") :defer :post-action) but this is less important than the above. Vibhu -- You received this message because you are subscribed to the Google Groups "weblocks" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/weblocks. For more options, visit https://groups.google.com/d/optout.
