Session variables not passing over
Posted: Mon Oct 23, 2006 9:48 pm
Hi, my session variables are not passing over. Instead I get an error message:
Warning: session_start() [function.session-start]: open(/tmp\sess_186317b6a3ef60f4efa1a834b9203d10, O_RDWR) failed: No such file or directory
I notice that in the php.ini file, it states:
I am using Windows, but don't know what to change it to. Any ideas? Thanking you in advance.
Warning: session_start() [function.session-start]: open(/tmp\sess_186317b6a3ef60f4efa1a834b9203d10, O_RDWR) failed: No such file or directory
I notice that in the php.ini file, it states:
Code: Select all
; Argument passed to save_handler. In the case of files, this is the path
; where data files are stored. Note: Windows users have to change this
; variable in order to use PHP's session functions.
session.save_path = /tmp