B
Bishop
Here is my situation. I'm building a web based store that will use the same
code base for every store using host headers to determine which data to
display. To prevent purchasing a SSL Cert for each domain I want to
redirect the checkout process to a different domain. I have two or three
session variables that contain sensitive data that I don't want to pass
across the address line or session cookie. Any thoughts on how I can pass
the contents of the session variable? I'm not completly opposed to a hidden
field but I haven't looked into it and wanted to find out if there is an
easy way to allow the user to go back and forth between the secure checkout
and the rest of the store while maintaining the session variables.
code base for every store using host headers to determine which data to
display. To prevent purchasing a SSL Cert for each domain I want to
redirect the checkout process to a different domain. I have two or three
session variables that contain sensitive data that I don't want to pass
across the address line or session cookie. Any thoughts on how I can pass
the contents of the session variable? I'm not completly opposed to a hidden
field but I haven't looked into it and wanted to find out if there is an
easy way to allow the user to go back and forth between the secure checkout
and the rest of the store while maintaining the session variables.