isuy
2013-08-12 16:23:29 UTC
Hi, I am writing a shopping cart using Java servlet and I have a question.
Let say I have a servlet "MyAccount" in 8443 port which is secured. I
created a session there, but session.getSession(false) from other
program in 8080 port which is not secured returns null.
Is this the way it is or is it that I am doing something wrong?
Thank you for your time.
Let say I have a servlet "MyAccount" in 8443 port which is secured. I
created a session there, but session.getSession(false) from other
program in 8080 port which is not secured returns null.
Is this the way it is or is it that I am doing something wrong?
Thank you for your time.