MRatWork Forum by Mustafa Ramadhan

Sawo Project - Kloxo-MR Discussions => Kloxo-MR Technical Helps => Topic started by: azzureal on 2017-11-15, 03:05:50

Title: Who knows to set session.save_path in php file?
Post by: azzureal on 2017-11-15, 03:05:50
I tried to set session.save_path in php  file.

I used ini_set, but not changed.

I have kloxo servers and not kloxo severs.

They can be set it.

But kloxo-me can't be set it in php file.

Please how can I set it?
Title: Re: Who knows to set session.save_path in php file?
Post by: atljohnsen on 2017-11-15, 11:59:18
I don't think that you have to edit any files to achieve this. You can do it in the panel in PHP Configure icon and click update. If you have clients, you need to do it for each client.
Title: Re: Who knows to set session.save_path in php file?
Post by: azzureal on 2017-11-16, 02:45:16
It can not be solved by that method. I want to use a separate session for each individual domain.
I want to change it with init_set, but other php.ini variables will be changed, but the session path will not be changed.
So i am searching the solution.

I miss mustafa. He always has answer.
Title: Re: Who knows to set session.save_path in php file?
Post by: amitkumar on 2017-11-16, 22:26:29
click on administrator > all client then select the client > PHP Configure

All done enjoy
Title: Re: Who knows to set session.save_path in php file?
Post by: azzureal on 2017-11-17, 15:22:07
this is global for user.

Any valuables can be changed by init_set in php file.

Only session_save_path can't be changed.