Hi.
My develop environment is Tomcat 3.2.2, IIS 4.0, JDK1.2.2 and Windows NT
4.0.
I have a problem with session and IE 5.x browser, with Netscape
Communicator that's Ok. I can't use beans because my applicaction lose
the session. I've used an example from Sun, sessions exactly.
With IE the results are:
sessions.id = s0101uyt91
sessions.isnew = true (every times)
sessions.created = Wed Jun 20 09:47:06 GMT+02:00 2001
sessions.lastaccessed = Wed Jun 20 09:47:06 GMT+02:00 2001
sessions.requestedid = null
sessions.requestedidvalid = false
sessions.fromcookie = false
sessions.fromurl = false
With Communicator:
sessions.id = d6eju3yor1
sessions.isnew = false
sessions.created = Wed Jun 20 09:41:42 GMT+02:00 2001
sessions.lastaccessed = Wed Jun 20 10:03:18 GMT+02:00 2001
sessions.requestedid = d6eju3yor1
sessions.requestedidvalid = true
sessions.fromcookie = true
sessions.fromurl = false
What's the matter?
Thanks in advance,
Jos� Luis