iis problem with session
Posted: Sun Mar 06, 2005 4:14 pm
i have a suggestion to make, which would be perfect for such persons, who use iis, but have no access to their session-dir ...
just put in line 4 (serendipity_config.inc.php) this:
therefore you have to create the sessions dir ...
just put in line 4 (serendipity_config.inc.php) this:
Code: Select all
ini_set('session.save_path', dirname(__FILE__) . '/sessions/');