Hi
I'm trying to initialize a session but i get this error:
Uyarı: session_start () [function.session-start]: open (/ tmp/sess_7af3ee9ec1350680bedcf63833d160bd, O_RDWR) failed: Permission denied (13)
Session.path 777 Perma ile / tmp ayarlanır.
"; 777 ;/ tmp 0" ama oturum dosyaları yanlış izinler (sadece yazma) ile oluşturulan ben session.path düzenlemek deneyin.
I'm using PHP 5.2 on apache2 and ubuntu 9.10. Any ideas?