Knowledgebase
Portal Home > Knowledgebase > Drupal Configuration > register_shutdown_function
register_shutdown_function
| Here is an important tip shared by one of our esteemed customer: another unrelated note thought you might want to know, because your system using PHP 5.2, there is a known bug in drupal that people need to fix (for sites with established database): in the session.inc file people will need to add this line: register_shutdown_function('session_write_close'); otherwise, the user will be able to login but not able to do any admin or editing, perhaps the system was confused with old session info etc.
|
Add to Favourites
Print this Article
|