Topic awaiting preservation: Your script possibly relies on a session side-effect which existed until PHP 4.2.3 |
|
---|---|
Author | Thread |
Bipolar (III) Inmate From: |
posted 10-21-2010 04:06
im building an site that is 100% object based it involve manipulating a multidimensional session array for a shopping cart. I also use a multidimensional post array which i use to post products to the shopping cart. I am running into this error and i am not sure what to do on correcting it. Can someone please tell me more about this error and maybe a way i could work towards fixing it? |
Maniac (V) Mad Scientist From: Belgrade, Serbia |
posted 10-21-2010 20:38
This warning is usually triggered by having a variable in global context with the same name as a variable that's stored inside session: |
Maniac (V) Mad Scientist with Finglongers From: Germany |
posted 10-22-2010 14:16
boy am I glad I'm rid of this awful language for now. |