php-general | 2003022
Date: 02/23/03
- Next message: Sunfire: "[PHP] <button> and </button>"
- Previous message: John W. Holmes: "RE: [PHP] re-populate array keys"
- Next in thread: - Edwin: "Re: [PHP] session_start"
- Reply: - Edwin: "Re: [PHP] session_start"
- Reply: Dennis Cole: "RE: [PHP] session_start"
- Reply: Ernest E Vogelsinger: "Re: [PHP] session_start"
- Maybe reply: Mr Percival: "RE: [PHP] session_start"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
According to the PHP manual session_start always returns true.
Ther are times (like when there is a disk full error on the server) that the sesison_start will fail because its unable to write the session tmp file.
So shouldnt session_start be able to return false if the file write fails?
Or does it return false but the manual doesnt say so?
-- __________________________________________________________ Sign-up for your own FREE Personalized E-mail at Mail.com http://www.mail.com/?sr=signup-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php
- Next message: Sunfire: "[PHP] <button> and </button>"
- Previous message: John W. Holmes: "RE: [PHP] re-populate array keys"
- Next in thread: - Edwin: "Re: [PHP] session_start"
- Reply: - Edwin: "Re: [PHP] session_start"
- Reply: Dennis Cole: "RE: [PHP] session_start"
- Reply: Ernest E Vogelsinger: "Re: [PHP] session_start"
- Maybe reply: Mr Percival: "RE: [PHP] session_start"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

