Hi there,

        I am developing an e-commerce application. Some of the storefront pages
such as
checkout, order status etc. must be secured. So I configured two
web-sites in
config.xml: default-web-site(localhost:80) and
secure-web-site(localhost:439).
Now I must jump from shoppingcart.jsp ( unsecure page) to checkout.jsp
( secure page ). The problem is: the session ( and all the data ) is
lost ! I tried to encode
session id in the url, but i guess the session isn't shared by different
web-sites... 
am I wrong ?

        Any idea or solution ?
        Peter

Reply via email to