I have a site that needs to collect credit card info.  When I wrote it,
I assumed I would have an SSL cert for it so I used session variables to
store info.  Since SSL certs are a pain to get, cost money, and require
an IP address for each domain (can't use virtual domains), we now have a
parent site that does SSL pages, then redirects back to the normal
domain when finished.  So...

When I first send the user to the SSL domain, can I encode _SID_ in the
url and force that domain to use the session that the user had already
started on the first domain?  It sounds simple enough but I wonder what
I'm missing.

Thanks,
Jeff

_______________________________________________
Webware-discuss mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/webware-discuss

Reply via email to