Re: php sessions problem

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux