I've got a logout action, a simple link that user clicks on to log out of the site. The action resets the hunchentoot cookie, and deletes an object from the elephant store, and then I call 'redirect' to go to the root URL.
The problem is that somehow 'redirect' causes the delete of the elephant object to fail, as if the elephant transaction was canceled (how do I check that this is indeed so?). Visually, the user is simply not logged out. Now, if I comment out the redirect, and do simply a mark-dirty on the containing widget, the user is properly logged out of site. Any idea what might be going on? Yarek --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "weblocks" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/weblocks?hl=en -~----------~----~----~----~------~----~------~--~---
