• 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
Restored session
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Restored session


  • Subject: Restored session
  • From: Oscar González <email@hidden>
  • Date: Mon, 20 Aug 2012 12:10:04 -0600
  • Importance: Normal

Hi all,

Here I have this code lines in the DirectAction class, google chrome the session is restored.

but in Mozilla firefox a new session is created.

Why is this happening? 

What do I have to do to make it works on firefox too?

 

public WOActionResults entidadesListAction() {

WOComponent nextPage = null;

Session session =(Session)session();

if (!session.isValidCiaId()) {

nextPage = pageWithName(SesionExpirada.class.getName());

} else {

nextPage = pageWithName (EntidadList.class.getName());

((EntidadList)nextPage).browsing = true;

((EntidadList)nextPage).addButton2 = true;

}

return nextPage;

}


Saludos.

 _______________________________________________
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: Restored session
      • From: Chuck Hill <email@hidden>
  • Prev by Date: Re: WOLips 4.2
  • Next by Date: Re: ERJGroupsSynchronizer How To - Avoid debug logs
  • Previous by thread: Re: ERD2WEditToOneRelationship popup issue with umlauts
  • Next by thread: Re: Restored session
  • Index(es):
    • Date
    • Thread