[nycphp-talk] PHP Sessions on windows
Daniel Convissor
danielc at analysisandsolutions.com
Sun Jul 31 17:28:55 EDT 2005
On Sun, Jul 31, 2005 at 04:04:25PM -0400, Tom wrote:
> (*)session.save_path C:/Documents and
> Settings/Administrator/Local Settings/Temp/php C:/Documents and
> Settings/Administrator/Local Settings/Temp/php
session.save_path = "c:/temp"
Of course, that directory needs to be writable by the web server, but you
don't want other users being able to read or tinker around with the files.
Here are the perms on mine:
C:\PROGRA~1>cacls c:\temp
c:\temp BUILTIN\Administrators:(OI)(CI)F
machinename\Apache:(CI)(special access:)
SYNCHRONIZE
FILE_WRITE_DATA
FILE_APPEND_DATA
NT AUTHORITY\Authenticated Users:(CI)(special access:)
SYNCHRONIZE
FILE_WRITE_DATA
FILE_APPEND_DATA
FILE_EXECUTE
CREATOR OWNER:(OI)(CI)(IO)F
NT AUTHORITY\SYSTEM:(OI)(CI)F
--Dan
--
T H E A N A L Y S I S A N D S O L U T I O N S C O M P A N Y
data intensive web and database programming
http://www.AnalysisAndSolutions.com/
4015 7th Ave #4, Brooklyn NY 11232 v: 718-854-0335 f: 718-854-0409
More information about the talk
mailing list