Jignesh Thummar wrote: > My current setting for saving the session is > session.save_path = "/var/lib/php5" > > If i make it as session.save_path = "N;/var/lib/php5" , it should create > the different directory for different users to store the sessions. > > But it's not able to create different directories. Instead it's storing > all sessions in "/var/lib/php5" directory. > > Can you please help me? > > Thanks, > Jignesh If you read the documentation at http://php.net/manual/en/session.configuration.php#ini.session.save-path again, you'll find that the directories aren't created automatically - you need to do it. Cheers -- David Robley Death benefits = oxymoron. Today is Pungenday, the 39th day of Bureaucracy in the YOLD 3174. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php