Get rid of the @ symbols.

It's pretty weird such a short script can run out of cpu time of 30 seconds.

I can only guess that something is very wrong with where you are trying to
save the session files.

--
WARNING [EMAIL PROTECTED] address is an endangered species -- Use
[EMAIL PROTECTED]
Wanna help me out?  Like Music?  Buy a CD: http://l-i-e.com/artists.htm
Volunteer a little time: http://chatmusic.com/volunteer.htm
----- Original Message -----
From: Jansen <[EMAIL PROTECTED]>
Newsgroups: php.general
To: <[EMAIL PROTECTED]>
Sent: Thursday, September 13, 2001 5:25 AM
Subject: Unknown-Error in Sessions


> Hi,
> I just started using sessions on my Linux-Server with PHP 4.0.7 and got
that
> error-message:
>
> Fatal error: Maximum execution time of 30 seconds exceeded in Unknown on
> line 0
>
> I used the following scripts:
> PHP-Script 1:
> <?php
> session_save_path("directory-where-i-and-php-can-write");
> @session_start();
> ?>
>
> PHP-Script 2:
> <?php
> @session_start();
> ?>
>
> What is wrong?
>
> Thanks,
> Hans
>
>
>


-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to