I recently coded a php/MySQL app that uses session variables. On my development environment, using OS-X 10.2.4, even if the client browser has cookies disabled, the session variables are still tracked. However, when I uploaded the same files to my production server, running OS-X 10.2 , if the client has cookies disabled the session variables are no longer tracked.
Could this be due to a difference in the configuration of Apache or PHP installation between 10.2 and 10.2.4 ?
Anyone know the fix????
Could this be due to a difference in the configuration of Apache or PHP installation between 10.2 and 10.2.4 ?
Anyone know the fix????