|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
AT&T devCentral & BlackBerry(r) Webcast Series: BlackBerry and GPS -Build Location Awareness into your BlackBerry Applications, July 10th-1:00PM EST. Register Today!
|
|
#1
|
|||
|
|||
|
Session Errors
I downloaded quite a few user management systems and each time i try to create a user, and login i get this error:
Warning: session_start(): open(/tmpsess_53d20c03e8a72c2d9a16e3f21e7f3130, O_RDWR) failed: No such file or directory (2) in c:inetpubwwwrootmember.php on line 29 Warning: session_start(): Cannot send session cookie - headers already sent by (output started at c:inetpubwwwrootmember.php:29) in c:inetpubwwwrootmember.php on line 29 Warning: session_start(): Cannot send session cache limiter - headers already sent (output started at c:inetpubwwwrootmember.php:29) in c:inetpubwwwrootmember.php on line 29 I need help fixing this! thanks in advance! also any help is welcome via email which is xxeno20xx@aol.com |
|
#2
|
|||
|
|||
|
RE: Session Errors
Check you php.ini file for the following
session.auto_start = 0 session.auto_start has to be set to 0 (zero) if using session_start() session.save_path = // Set Path here session.use_cookies = 1 // Should be 1 session.cookie_path = set path here also |
![]() |
| Viewing: Codewalkers Forums > PHP Related > PHP Installation > Session Errors |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|
|
|