Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

session cache limiter 1

Status
Not open for further replies.

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 ########
 
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

knows: html, JavaScript, dhtml, css, php, mysql, postgresql, xml, linux
to learn: java, c++, perl, python
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top