OK, unique situation:
I have developed a shopping cart that uses session variables. Works great. But when the customer submits to pay on the secure site, my secure pages (this is with Interland for the hosting) are aliased ABOVE the root folder for the site.
What this does is puts me outside the site, and I can't access the session variables any more.
Mainly, after the customer pays I want to destroy the session and clear the shopping cart. But since I'm on a secure page, how do I do this?
I could always do a redirect after payment is made, but I'm sure someone has a bit more insight.
BTW if the root folder is
host_folder/www/
then the secure pages are aliased to:
host_folder/ssl/
Thanks,
Sam Fullman
Compass Point Media