[jboss-user] [Installation, Configuration Deployment] - Re: Session expires @ every request with IE.... ; -(

2006-11-13 Thread Stichel
Same problem with me! Using IE 6 on Windows XP. 'httpSession.isNew()' gives back 'true' on any request without closing the browser or redeploying meanwhile. Did not get an answer to this topic in this forum yet. View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Session expires @ every request with IE.... ; -(

2006-11-13 Thread samfra
OK, I've just found the problem !! But don't ask me why :-)) my url was like that http://home_www.test.me and I just removed the underscore _, modifying my dns to http://homewww.test.me ! and it works fine now ! and you ? View the original post :

[jboss-user] [Installation, Configuration Deployment] - Re: Session expires @ every request with IE.... ; -(

2006-11-13 Thread PeterJ
We have noticed that the URI.getHost() method returns a null if the hostname contains an underscore, which completely screws things up because the JBoss code does not expect a null to be returned. That is probably the same problem that bit you. View the original post :