Jump to content

Dreamweaver session data problem


Recommended Posts

I'm trying to create a login page for a university project, but i get some

very strange errors when i try to run it. I have set up a database

connection using php/mysql/apache, and Im using "log in user" from server

behaviours to create the login. When i preview it in internet explorer

however, i get the following 3 errors at the top of the page:

 

Warning: session_start(): open(/tmp\sess_cea95e7500e3728f6e24a93430d7e8f0, O_RDWR) failed: No such file or directory (2) in c:\webroot\test_login.php on line 3

 

Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:\webroot\test_login.php:3) in c:\webroot\test_login.php on line 3

 

Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:\webroot\test_login.php:3) in c:\webroot\test_login.php on line 3

 

And then these 2 errors at the bottom of the page:

 

Warning: Unknown(): open(/tmp\sess_cea95e7500e3728f6e24a93430d7e8f0, 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 (/tmp) in Unknown on line 0

 

Any help would be greatly appreciated as this has me completely baffled.

The page is just a dummy page with 2 textfields and a button - I dont see

what could be going wrong.

 

 

Link to comment
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.