Hi!
i'm having problems when working with cookies and sessions.
when i write the code for register a simple session, when i try to execute the page, the answer is:
cannot send http headers - alredy sent by (file name) !!
HELP - urgent
thanks in advance
sessions do not register
Moderator: General Moderators
- feiticeir0
- Forum Newbie
- Posts: 8
- Joined: Tue Nov 05, 2002 1:33 pm
- Location: Castelo Branco, Portugal
read Sticky: Before Post Read: Warning: Cannot add header information
session support uses cookies by default. cookie data is sent within the response header.
session support uses cookies by default. cookie data is sent within the response header.