Jul 16, 2001 #1 curvv IS-IT--Management Jan 11, 2001 103 ZA Hi, I'm starting with sessions but keep getting the following error: Cannot send session cache limiter- headers already sent I tried deleting the sessions in my temp dir, but still the error. What does this mean? thanx ######## CtN ########
Hi, I'm starting with sessions but keep getting the following error: Cannot send session cache limiter- headers already sent I tried deleting the sessions in my temp dir, but still the error. What does this mean? thanx ######## CtN ########
Jul 18, 2001 1 #2 mcvdmvs Technical User Sep 18, 2000 172 NL session management demands the use of cookies, therefor no information may be sent to the browser before the headers are sent. When u parse the HTML and do ure session stuff later, u will get the above error. Make sure u sent cookies and headers before ure HTML and ull be fine. mcvdmvs mick@nederland.net http://www.wezine.net, http://www.vandermostvanspijk.nl, http://geentijd.nu knows: html, JavaScript, dhtml, css, php, mysql, postgresql, xml, linux to learn: java, c++, perl, python Upvote 0 Downvote
session management demands the use of cookies, therefor no information may be sent to the browser before the headers are sent. When u parse the HTML and do ure session stuff later, u will get the above error. Make sure u sent cookies and headers before ure HTML and ull be fine. mcvdmvs mick@nederland.net http://www.wezine.net, http://www.vandermostvanspijk.nl, http://geentijd.nu knows: html, JavaScript, dhtml, css, php, mysql, postgresql, xml, linux to learn: java, c++, perl, python