gvancott
09-26-2002, 11:12 PM
Since I never figured out how to resolve the problem with the security warning message I posted about recently, I have been trying to use cookies to accomplish the same thing. This is for a shopping cart application.
What I have been trying to do is set a cookie on the unsecure part of my site (which will contain catalog number, quantities, and such) and then open it again on the secure part of my site where the credit card info will be added.
I have tested the set and retrieve programs on the unsecure part of my web site and they work. When I try it on the secure part the cookie is not retrieved and the work "undefined" is where the data should be.
There aren't that many parameters for setting cookies. I am setting the domain to .vcisinc.com which is the tail of both the unsecure and secure parts of my site (the secure part is something like https://secure-site.com/www.vcisinc.com).
Is this something that should work? Thanks
What I have been trying to do is set a cookie on the unsecure part of my site (which will contain catalog number, quantities, and such) and then open it again on the secure part of my site where the credit card info will be added.
I have tested the set and retrieve programs on the unsecure part of my web site and they work. When I try it on the secure part the cookie is not retrieved and the work "undefined" is where the data should be.
There aren't that many parameters for setting cookies. I am setting the domain to .vcisinc.com which is the tail of both the unsecure and secure parts of my site (the secure part is something like https://secure-site.com/www.vcisinc.com).
Is this something that should work? Thanks