The another problem could be your clients have
disabled the cookies on their browsers. Are you taking
care of that consideration while writing your scripts?

If your clients have disabled the cookies on their
browsers then you need to pass session id value from
the URL.

Let me know if that is the case. 

Hardik Doshi


--- Jaskirat Singh <[EMAIL PROTECTED]> wrote:
> I do not think it is the server name issue. I used
> www.original-remote-control.co.uk for testing ..and
> I have done that
> scores of times now :) ..
> 
> I do not use setcookie .. I just call
> session_start() in the beginning
> to set the cookie for session.
> 
> Jas
> 
> --------------------------
> Make sure it's not just a cookie-problem related to
> server name.  The
> shopping 
> cart session for "original-remote-control.co.uk" is
> different from the
> shopping 
> cart for "www.original-remote-control.co.uk".  If
> this is your problem,
> I think 
> you can fix it by changing how you call "setcookie".
> 
> Of course, this may not be the problem, in which
> case you can ignore
> what I 
> just said. :-)
> 
> cheers,
> 
> Travis
> 
> 
> 
> 
>       
>               
> __________________________________
> Do you Yahoo!?
> Yahoo! Photos: High-quality 4x6 digital prints for
> 25¢
> http://photos.yahoo.com/ph/print_splash
> 
> -- 
> PHP General Mailing List (http://www.php.net/)
> To unsubscribe, visit: http://www.php.net/unsub.php
> 



        
                
__________________________________
Do you Yahoo!?
Yahoo! Photos: High-quality 4x6 digital prints for 25¢
http://photos.yahoo.com/ph/print_splash

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to