Re: [PHP-WIN] Session problems

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Creative Solutions New Media wrote:
I'm getting the following errors string to start a session.

Warning: session_start() [function.session-start]:
open(/tmp\sess_801eb94975c2de92f1085a8d4521af12, O_RDWR) failed: No such
file or directory (2) in G:\Program Files\Apache
Group\Apache2\htdocs\Imptech\www\SOS\User\step1.php on line 1

Warning: session_start() [function.session-start]: Cannot send session
cookie - headers already sent by (output started at G:\Program Files\Apache
Group\Apache2\htdocs\Imptech\www\SOS\User\step1.php:1) in G:\Program
Files\Apache Group\Apache2\htdocs\Imptech\www\SOS\User\step1.php on line 1

Warning: session_start() [function.session-start]: Cannot send session cache
limiter - headers already sent (output started at G:\Program Files\Apache
Group\Apache2\htdocs\Imptech\www\SOS\User\step1.php:1) in G:\Program
Files\Apache Group\Apache2\htdocs\Imptech\www\SOS\User\step1.php on line 1

The only line of worth in the script is session_start();  And it's being
call in the very first line...before anything else.

Anyone know what is happening?

Do you have set the right session-directory in the php.ini, respectively does this this directory exsist?
If not, you get this first error.
The following errors are results of this missing directory.


Greets, Kai


-- Kai G.K. Wenk icq: #83858166 mobil: 0170/4240151 web: http://www.boozerchat.de


-- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [PHP Users]     [PHP Database Programming]     [PHP Install]     [Kernel Newbies]     [Yosemite Forum]     [PHP Books]

  Powered by Linux