Re: [PHP] old guy newbie needs some help

2004-07-18 Thread John W. Holmes
Bob Imperial wrote: Warning: session_start(): open(/tmp\sess_ff8651f382492ae56f436690d81ff124, O_RDWR) failed: No such file or directory (2) in c:\inetpub\wwwroot\phptest\listing10.1.php on line 15 You just need to set session.save_path in you php.ini file or use session_save_path() before you

[PHP] old guy newbie needs some help

2004-07-17 Thread Bob Imperial
While I realize this is elementary to most of you, I am just getting started with php, moving from coldfusion :) I am currently reading through the chapter on sessions and running into a little issue that after making many changes to my php.ini file, I continue to get the following errors while

RE: [PHP] old guy newbie needs some help

2004-07-17 Thread bruce
[mailto:[EMAIL PROTECTED] Sent: Saturday, July 17, 2004 10:18 PM To: [EMAIL PROTECTED] Subject: [PHP] old guy newbie needs some help While I realize this is elementary to most of you, I am just getting started with php, moving from coldfusion :) I am currently reading through the chapter on sessions