Thread: PHP Sessions
View Single Post

  #5 (permalink)  
Old 01-27-2004
victor
 
Posts: n/a
Default Re: PHP Sessions

victor wrote:

> victor wrote:
>
>> Hi
>>
>> I'm having trouble getting sessions to work on my server.
>>
>> It's working on my univeristy account so I assume that there is
>> nothing wrong with the code.
>>
>> This is what my phpinfo(); is on my server
>> http://victor.is-a-geek.com/about/
>>
>> This is what the phpinfo(); is on the university server
>> http://pages.cpsc.ucalgary.ca/~louiev/index.php
>>
>> Any help would be good. I'm running PHP 4.3.4, Apache 1.3 and Redhat
>> 9.0 on my server.
>>
>> There some simple code on the top for a simple counter...pushing
>> refresh updates the number on the unversity server but not mine.
>>
>> Thanks
>> Victor
>>

> Hi again,
>
> I've installed PHP and Apache on another computer in my house and I get
> this error now. It's installed on a Win XP machine.
>
> Any idea on how to fix this one?
>
> Any help is good...
>
> Thanks
> Victor
>
>

Sorry the error is this

Warning: session_start():
open(/tmp\sess_98ead586446f05cd8679b98d2671af2c, O_RDWR) failed: No such
file or directory (2) in E:\index.php on line 2

Warning: session_start(): Cannot send session cookie - headers already
sent by (output started at E:\index.php:2) in E:\index.php on line 2

Warning: session_start(): Cannot send session cache limiter - headers
already sent (output started at E:\index.php:2) in E:\index.php on line 2


Thanks

Victor

Reply With Quote