settings
Drupal session-handling settings
Drupal have session-handling settings in the following three cases:
1. In .htaccess file
2. In settings.php file,
3. In bootstrap code in the includes/bootstrap.inc file.
In .htaccess
Drupal has full control when sessions start by turning off PHP’s session.auto_start functionality in the Drupal installation’s default .htaccess file with the
following line:
php_value session.auto_start 0
session.auto_start is a configuration option that PHP cannot change at runtime, which is why it lives here instead of settings.php.
DOS Commands Quick List and Overview -Networking And system administration
Increase PHP memory limit execution time PHP
PHP.ini is 8 MB of memory configured for your server, you may need to increase this depending on how
Depending on your host, this can be done in a number of places with the most likely being php.ini or .htaccess depending on your hosting situation.
Add for example:
Fixing Filezilla Failing to Retrieve Directory Listing
Sometime you can get error in connecting to FTP server.I was having vsftp server running in linux system and was getting error if trying to connect from filezilla client.

Sign In





