7 Replies Latest reply on Jun 22, 2011 3:12 PM by lightguard

    Problem Firefox two Http Sessions

    ssachtleben.ssachtleben.gmail.com

      Hey,


      I have currently the problem, that firefox creates two http sessions. The IE creates one session. Anyone run into the same problem? I have ripped allready my page to nearly null content to see if maybe something in faclelet produces this error but it doesnt helped. I have also checked for broken links but everything seems ok. I'm using servlet module to catch new sessions:


      public void observeNewSession(@Observes HttpSessionCreatedEvent event) {
           log.debug("Observe new session=" + event.getSession().toString());
      }



      I have googeled but cant even find something about that. Is there any way to see why two sessions created?