[thelist] php session_start() function

misterhaan misterhaan at track7.org
Sun Apr 9 10:40:52 CDT 2006


Santilal Parbhu scribeva in 09/04/2006 11:13:
> session.save_handler      = files   ; handler used to store/retrieve data
> session.save_path         = c:\WINDOWS\Temp; argument passed to save_handler
>                                     ; in the case of files, this is the
>                                     ; path where data files are stored
>
> The directory c:\WINDOWS\Temp is exactly as in my directory structure.  This
> looks right to me - any comments??
You probably need to either use forward slashes (c:/windows/temp), or 
escape your backslashes (c:\\windows\\temp)



More information about the thelist mailing list