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