> When I implement the following in standard_library I get a new sid
generated
> and the invoice doesn't exist when I go to check out.  Seems I shouldn't
get
> a new sid and I should have an invoice....
>
> The url is http://brewha1.phenominet.com/store.php/
>
> Is this a problem with the hosts config of ssl or am I missing a link
> somewhere?

The problem is with how cookies work, but you should be able to fix it.
Cookies are tied to a domain, and they are only returned to hosts that
match that domain.  When the sid cookie is being set, it's being set
for www.phenominet.com.  It won't be offer to your other host because
the domain is different.  The solution is to make the cookie be sent for
the phenominet.com domain.  Then anything.phenominet.com will get
the cookie.

Leon






------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to