I think you have no permission to create a new session.
Find the "session.save_path" variable in PHP.ini file and edit this
Search found 2 matches
- Fri Dec 12, 2008 1:14 am
- Forum: PHP - Code
- Topic: session problem
- Replies: 1
- Views: 67
- Fri Dec 12, 2008 12:58 am
- Forum: PHP - Code
- Topic: Please help with header problem, parallel output
- Replies: 2
- Views: 75
Re: Please help with header problem, parallel output
Please try the following code,
<?php
ob_start();
// Add your page content here
ob_end_clean();
?>
<?php
ob_start();
// Add your page content here
ob_end_clean();
?>