Hello Puiu,

Tuesday, March 2, 2004, 11:13:07 AM, you wrote:

PH> The site is working just fine on the development server, but when
PH> uploading on release server it keeps losing session data and the
PH> users are logged out of their account in a

Some things to try/think about:

1. Are your sessions/cookies set to expire after a certain time? If
so, is the server in a different time zone to your development server?

2. Are you 100% sure you call session_start() on every page that needs
it before doing any work with the session variables?

3. Does your site cross domains? Sessions will not propagate (unless
you make them).

-- 
Best regards,
 Richard Davey
 http://www.phpcommunity.org/wiki/296.html

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

Reply via email to