Closed
Description
The documentation abount the configuration of the session save path mentions the default value, but not how to use the value defined in the php.ini. It would be nice if this hint could be added.
It was hard to find but I found this issue comment by @Drak which helped me to figure out that I can set framework.session.save_path
to ~
to achieve this.
This feature could also be mentioned in the session handler's documentation
Thanks.