Simon: Session funzt nicht!

Hi,
wenn ich das mit so einem billigen Scrip testen will kommt immer:

Code:
--------------------------------------------------------------------------------
<b>Warning</b>: session_start() [<a href='http://www.php.net/function.session-start'>function.session-start</a>]: open(/home/www/htdocs/domain.com/tmp/sess_968e1260acfe74ee86d397c1636f8a47, O_RDWR) failed: Permission denied (13) in <b>/home/www/htdocs/domain.com/tmp/helpdesk/index.php</b> on line <b>2</b><br />
<br />
<b>Warning</b>: session_start() [<a href='http://www.php.net/function.session-start'>function.session-start</a>]: Cannot send session cookie - headers already sent by (output started at /home/www/htdocs/domain.com/tmp/helpdesk/index.php:2) in <b>/home/www/htdocs/domain.com/tmp/helpdesk/index.php</b> on line <b>2</b><br />
<br />
<b>Warning</b>: session_start() [<a href='http://www.php.net/function.session-start'>function.session-start</a>]: Cannot send session cache limiter - headers already sent (output started at /home/www/htdocs/domain.com/tmp/helpdesk/index.php:2) in <b>/home/www/htdocs/domain.com/tmp/helpdesk/index.php</b> on line <b>2</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/domain.com/tmp/helpdesk/index.php:2) in <b>/home/www/htdocs/domain.com/tmp/helpdesk/index.php</b> on line <b>3</b><br />
<br />
<b>Warning</b>: Cannot modify header information - headers already sent by (output started at /home/www/htdocs/domain.com/tmp/helpdesk/index.php:2) in <b>/home/www/htdocs/domain.com/tmp/helpdesk/index.php</b> on line <b>4</b><br />

--------------------------------------------------------------------------------

Hier mal der Auszug aus der PHPINFO:

Code:
--------------------------------------------------------------------------------
session
Session Support enabled
Registered save handlers files user mm
Directive Local Value Master Value
session.auto_start Off Off
session.bug_compat_42 On On
session.bug_compat_warn On On
session.cache_expire 180 180
session.cache_limiter nocache nocache
session.cokie_domain no value no value
session.cokie_lifetime 0 0
session.cokie_path / /
session.cokie_secure Off Off
session.entropy_file no value no value
session.entropy_length 0 0
session.gc_dividend 100 100
session.gc_maxlifetime 1440 1440
session.gc_probability 1 1
session.name PHPSESSID PHPSESSID
session.referer_check no value no value
session.save_handler files files
session.save_path /home/www/htdocs/domain.com/tmp /tmp
session.serialize_handler php php
session.use_cookies On On
session.use_only_cookies Off Off
session.use_trans_sid On On

--------------------------------------------------------------------------------

Gruß ... Simon

  1. frage.... sind deine kekse den an ?

    1. Hi,

      frage.... sind deine kekse den an ?

      ja sind sie! Keine FW nix was hindern könnte!
      Aber komischerweise gehen soviele Progs mit Sessions auf dem Webpacket nicht! Obwohl es ja laut der PHPINFO erlaubt ist oder?!

      Gruß ... Simon

      1. Moin moin,
        wahsaga hat dir doch schon die Lösung mitgeteilt :-)
        [pref:t=74513&m=429245]

        Gruß
        Patrick

  2. hi,

    <b>Warning</b>: session_start() [<a href='http://www.php.net/function.session-start'>function.session-start</a>]: open(/home/www/htdocs/domain.com/tmp/sess_968e1260acfe74ee86d397c1636f8a47, O_RDWR) failed: Permission denied (13) in <b>/home/www/htdocs/domain.

    dein script hat nicht die nötigen rechte, um im angegebenen session-verzeichnis schreiben zu dürfen.

    gruss,
    wahsaga