• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Redirect and IE6
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Redirect and IE6


  • Subject: Redirect and IE6
  • From: Mark Wardle <email@hidden>
  • Date: Sat, 19 Dec 2009 23:43:01 +0000

Hi all,

I am unfortunately stuck with IE6 for deployment.

My logout directaction doesn't work with IE6 - there is no redirect.

	/**
	 * Safely perform a user logout.
	 * @return
	 */
    public WOActionResults logoutAction() {
    	WORedirect redirect = (WORedirect) pageWithName("WORedirect");
    	redirect.setUrl(this.context().completeURLWithRequestHandlerKey("wa/default",
null, null, false, 0)); // entry point
    	if (existingSession()!=null) {
    		existingSession().terminate();
    	}
    	return redirect;
    }

Am I missing something obvious? This works with Safari...

Thank you,

Mark

--
Dr. Mark Wardle
Specialist registrar, Neurology
Cardiff, UK
 _______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list      (email@hidden)
Help/Unsubscribe/Update your Subscription:

This email sent to email@hidden

  • Follow-Ups:
    • Re: Redirect and IE6
      • From: Mark Wardle <email@hidden>
  • Prev by Date: Re: AjaxObserveField bug?
  • Next by Date: Can't create new project.
  • Previous by thread: Re: AjaxObserveField bug?
  • Next by thread: Re: Redirect and IE6
  • Index(es):
    • Date
    • Thread