Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.help > #2750

Can a session created in a secured domain be detected in a non-secured domain?

From isuy <isuy@socal.rr.com>
Newsgroups comp.lang.java.help
Subject Can a session created in a secured domain be detected in a non-secured domain?
Date 2013-08-12 09:23 -0700
Organization A noiseless patient Spider
Message-ID <kub263$m49$1@dont-email.me> (permalink)

Show all headers | View raw


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.

Back to comp.lang.java.help | Previous | NextNext in thread | Find similar | Unroll thread


Thread

Can a session created in a secured domain be detected in a non-secured domain? isuy <isuy@socal.rr.com> - 2013-08-12 09:23 -0700
  Re: Can a session created in a secured domain be detected in a non-secured domain? Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2013-08-12 10:16 -0700

csiph-web