fejl ved session_start()
ved ikke om dette hører til under apache eller php ?Se lige alle disse fejl: http://www.vipez.dynu.com/news/
Warning: session_start()
kører på en winXP med apache v. 1.3.27
ved du hvordan jeg fixer dette ?
Fra php.net
mickey at UNSPAMwebsoft dot com
20-Mar-2002 12:00
A note on Windows installations with an NTFS file structure:
Make sure you give your Internet user account (usually IUSR_MACHINENAME) "Modify" access to the session.save_path directory. Otherwise session_start() will silently - and oh, so slowly - fail.
("Modify" is a Win2k term, but the concept translates to older IIS installs).
