Hi List,
I'm implementing shopping cart using jsp and java beans.I'm
maintain the session to track the user navigatioons, I kept the session Id in
session when user login into the system and in every jsp page i am checking the
session id with that if the Session id is not same then I'm redirecting the user
to Login page .
Suppose when the user press the ordering it will go to Secured
server. Is the session Id changes ?
How can I maintain the same sesision Id In secured Server
also?
Thanks in advance
Rajiv Kumar B
