okay i have a problem. I keep on getting errors refering to header errrors. I know that when using sessions you have to send the "session_start();" command before anything else but i still have a problem.
This problem has got so annoying that i stripped all my code out of the page and just left in this:
<?php
session_start();
?>
These are the errors i am getting:
Warning: session_start() [function.session-start]: open(/var/chroot/home/content/46/7480346/tmp/sess_c86d29duakfbej19mjb0quvu13, O_RDWR) failed: No such file or directory (2) in /home/content/46/7480346/html/login_process.php on line 2
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at /home/content/46/7480346/html/login_process.php:2) in /home/content/46/7480346/html/login_process.php on line 2
Warning: Unknown: open(/var/chroot/home/content/46/7480346/tmp/sess_c86d29duakfbej19mjb0quvu13, O_RDWR) failed: No such file or directory (2) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct () in Unknown on line 0
Can anyone help me please?
Thanks,
Jake