What does this mean? i get this error on my php page,
Warning: session_register(): Cannot send session cache limiter - headers already sent (output started at *url to my page*:1) in *url to my page* on line 5
i have been trying for houers passing a variable from one page to another, errors all the time.
show me the script, it is happening because you must call session_start() before any info is sent to the browser through the script.
understand? so put session_start() and any session parameters at the top of your script before any info is sent to your browser, if you don't know what is sending info to your browser show me the script or just put session_start() right under the opening php tag