Page 1 of 1

about using sessions

Posted: Mon Sep 27, 2004 3:33 am
by bugthefixer
wat shud i do to use configure sessions
when i use sessions i get this error

Code: Select all

Warning: session_start(): open(/tmp\sess_e5bdfbbec3c65417b8c9674fb781efba, O_RDWR) failed: No such file or directory (2) in c:\program files\apache group\apache\htdocs\booksnbooks\src\events.php on line 3

Posted: Mon Sep 27, 2004 3:46 am
by Breckenridge
Edit your php.ini and make sure that you have the path defined for your windows system

1. Uncomment this line

Code: Select all

;     session.save_path = "N;/path"
2. Make sure that you have a directory named c:\temp and then set the path to:

Code: Select all

session.save_path = "c:\temp"

Posted: Mon Sep 27, 2004 3:55 am
by feyd
I had an odd feeling we talked about this exact problem with you before, and behold we have: viewtopic.php?t=21378&highlight=%2Asession%2A

Posted: Mon Sep 27, 2004 4:20 am
by bugthefixer
sorry feyd i just forgot it..actually at tat time i fixed it but now again i need to configure php n i was searching in manula but i cudnt find it..