Thank you all for your help.

I solved the problem using
session_save_path("/some/dir/") in php script.

But now I have another question.

Every time when I'm using .htaccess file and try to connect to my site I get
this message:
Internal Server Error
The server encountered an internal error or misconfiguration and was unable
to complete your request.
Please contact the server administrator, and inform them of the time the
error occurred, and anything you might have done that may have caused the
error.

More information about this error may be available in the server error log.


Additionally, a 500 Internal Server Error error was encountered while trying
to use an ErrorDocument to handle the request.

When I put in .htaccess file:

php_value session.save_path "/full/path/to/your/own/tmp/directory"

as you told me, I get the same message and in my error_log I get this
message:
[Sun Aug 17 12:31:42 2003] [alert] [client 213.240.5.14]
/home2/pena/public_html/.htaccess: Invalid command 'php_value', perhaps
mis-spelled or defined by a module not included in the server configuration

Thank you again!







-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to