session start problems?
Posted: Wed Nov 12, 2003 10:43 am
i had this script working a few months ago, then read about some php5 upgrades (not sure if added on my server) but could be the problem since i never took the time to see if anything changed in php5 yet.
code line 1 2 3
<?php
session_start();
?>
then some html
then some more <?php
?>
but problems are on session_start();
Warning: session_start(): open(C:\PHP\sessiondata\sess_f449f5ddd4eb8c78ecf1ad68f387d10a, O_RDWR) failed: Permission denied (13) in C:\webspace\aspweb\po2admin\po2.net\www\update.php on line 2
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\webspace\aspweb\po2admin\po2.net\www\update.php:2) in C:\webspace\aspweb\po2admin\po2.net\www\update.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\webspace\aspweb\po2admin\po2.net\www\update.php:2) in
code line 1 2 3
<?php
session_start();
?>
then some html
then some more <?php
?>
but problems are on session_start();
Warning: session_start(): open(C:\PHP\sessiondata\sess_f449f5ddd4eb8c78ecf1ad68f387d10a, O_RDWR) failed: Permission denied (13) in C:\webspace\aspweb\po2admin\po2.net\www\update.php on line 2
Warning: session_start(): Cannot send session cookie - headers already sent by (output started at C:\webspace\aspweb\po2admin\po2.net\www\update.php:2) in C:\webspace\aspweb\po2admin\po2.net\www\update.php on line 2
Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at C:\webspace\aspweb\po2admin\po2.net\www\update.php:2) in