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 cal
bob...
when using the sesion_start(), it needs to be the 1st thing on the page...
--
--
i don't recall if there has to be anything within the php.ini file set to
enable sessions...
the reason you're getting the error msg, is that your page has essentially
already "sen
2 matches
Mail list logo