
April 23rd, 2009, 09:55 AM
|
|
Registered User
|
|
Join Date: Apr 2009
Posts: 2
  
Time spent in forums: 14 m 16 sec
Reputation Power: 0
|
|
|
IIS Session Problems PHP
Hi,
i have a problem with Sessions in PHP.
I think the Problem is IIS, so i post here.
I tried to install a Captcher, but it dont work.
Everytime i get the same Error.
I created a .php File with only one row to start a session.
So i think this is a configuration Problem with IIS or something like this.
PHP Code:
<?php session_start(); ?>
But i get the same error again.
Quote: Warning: session_start() [function.session-start]: open(C:\Program Files\xampp\tmp\sess_5768fda4d7333f1eba2901577d35b 4a6, O_RDWR) failed: Permission denied (13) in C:\Inetpub\wwwroot\gewinnspiel\bla.php on line 1
Warning: session_start() [function.session-start]: Cannot send session cache limiter - headers already sent (output started at C:\Inetpub\wwwroot\gewinnspiel\bla.php:1) in C:\Inetpub\wwwroot\gewinnspiel\bla.php on line 1
Warning: Unknown: open(C:\Program Files\xampp\tmp\sess_5768fda4d7333f1eba2901577d35b 4a6, O_RDWR) failed: Permission denied (13) in Unknown on line 0
Warning: Unknown: Failed to write session data (files). Please verify that the current setting of session.save_path is correct (C:\Program Files\xampp\tmp) in Unknown on line 0 |
IIS Version 6.0
PHP 5 (Used from XAMPP)
hope someone can help me.
thx
(sry for my bad english)
Marty
|