Logging out is hard to do ... (la la la)
Logging out is hard to do ... (la la la)
- Subject: Logging out is hard to do ... (la la la)
- From: Ashley Aitken <email@hidden>
- Date: Mon, 12 Apr 2004 20:59:05 +0800
Howdy All,
My D2W(onder) app sometimes (mostly) gets stuck trying to logout /
terminate the session. It's just the basic D2W wizard code:
public WOComponent logoutAction() {
WOComponent redirectPage = pageWithName("WORedirect");
((WORedirect)
redirectPage).setUrl(D2W.factory().homeHrefInContext(context()));
session().terminate();
return redirectPage;
}
The app seems to struggle logging out, sometimes if you wait long
enough it does, most often it just gets stuck, sometimes it "downloads"
a file to the desktop.
Something like "3.PageWrapper.3.1.0.1.9" which has the following text
inside it "An Internal Server Error Has Occurred"
If I log out immediately after I login, it is fine ...
Any ideas? I've CC'ed this to the Wonder mailing because most of the
stuff I am doing is Project Wonder so I thought it may be related.
Thanks,
Ashley.
--
Ashley Aitken
Perth, Western Australia
mrhatken at mac dot com
_______________________________________________
webobjects-dev mailing list | email@hidden
Help/Unsubscribe/Archives: http://www.lists.apple.com/mailman/listinfo/webobjects-dev
Do not post admin requests to the list. They will be ignored.