Re: logout again..
Re: logout again..
- Subject: Re: logout again..
- From: Art Isbell <email@hidden>
- Date: Fri, 19 Mar 2004 13:10:07 -1000
On Mar 19, 2004, at 12:06 PM, James Cicenia wrote:
when I do:
public WOComponent doLogout(){
Main nextPage = (Main)pageWithName("Main");
((Session)session()).terminate();
return nextPage;
}
I get directed back to my login page,,, but when I try
to log back in I get... "your session has expired", I then
have to click the back link given and then I can log in.
I believe this is one of the reasons that I created a static "You have
successfully signed out" page and redirected to it in my signOut direct
action. On this page I included a "Sign In" link that opens my sign in
page creating a new session.
Aloha,
Art
_______________________________________________
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.