php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #9205 can use sessions ou cookies
Submitted: 2001-02-10 15:19 UTC Modified: 2001-02-10 15:29 UTC
From: aboimpinto at netcabo dot pt Assigned:
Status: Closed Package: *Web Server problem
PHP Version: 4.0.4pl1 OS: Windows2000
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
29 + 16 = ?
Subscribe to this entry?

 
 [2001-02-10 15:19 UTC] aboimpinto at netcabo dot pt
why i can't use sessios variables or cookies in IIS with PHP that i made download in http://www.php.net

this is the errors

Warning: Cannot send session cookie - headers already sent by (output started at D:\Capoeira\WebProjects\Olimpo\tusofona.php:9) in D:\Capoeira\WebProjects\Olimpo\tusofona.php on line 22

Warning: Cannot send session cache limiter - headers already sent (output started at D:\Capoeira\WebProjects\Olimpo\tusofona.php:9) in D:\Capoeira\WebProjects\Olimpo\tusofona.php on line 22

Warning: open(/tmp\sess_c25cb67f287d2a728358d78373029349, O_RDWR) failed: m (2) in D:\Capoeira\WebProjects\Olimpo\tusofona.php on line 22

Warning: Cannot add header information - headers already sent by (output started at D:\Capoeira\WebProjects\Olimpo\tusofona.php:9) in D:\Capoeira\WebProjects\Olimpo\tusofona.php on line 30

can you help me???
tkx

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2001-02-10 15:29 UTC] derick@php.net
Not a bug, clearly a sign of not reading any manual. Check www.php.net/header
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 07:01:28 2024 UTC