Re: [JBoss-user] Session Id not reinitialized

2003-01-23 Thread kiuma
Ok, now I can be more precise. ;-) First I want to point out that installing my app to my customer pc works pretty well! The problem is on my network in the following test: Box1: Linux PC with jboss-3.0.5 running. Browser is Mozilla IP: 192.168.100.3 Box2: Windows 2000 with I.E. IP:

Re: [JBoss-user] Session Id not reinitialized

2003-01-23 Thread Jules Gosnell
kiuma wrote: Would you try replacing your jbossweb.sar with this one and trying again... - I know that a session handling problem crept into 3.0.5, I think this release fixed it - if not Jetty-4.2.6 (which will be in 3.0.6) will do so. Jules jbossweb-3.0.5-4.2.5.sar

Re: [JBoss-user] Session Id not reinitialized

2003-01-23 Thread kiuma
Thank you very very much! Your solution perfectly solved the problem Kiuma Jules Gosnell ha scritto: kiuma wrote: Would you try replacing your jbossweb.sar with this one and trying again... - I know that a session handling problem crept into 3.0.5, I think this release fixed it - if not

[JBoss-user] Session Id not reinitialized

2003-01-22 Thread kiuma
Hello, I'm having the following problem: I'm using JBoss 3.0.4 with Jetty my login.jsp is: %@page language=java contentType=text/html;charset=UTF-8 session=true isThreadSafe=true isErrorPage=false import=javax.naming.*, com.wingstech.webappointments.interfaces.*,

Re: [JBoss-user] Session Id not reinitialized

2003-01-22 Thread Jules Gosnell
3.0.6 will be out soon (early next week?) Please repeat the test in that and if the problm persists, mail again with more detail - i.e. a blow-by-blow account of exactly what you did from both boxes and what behaviour you observed. Jules kiuma wrote: Hello, I'm having the following problem: