<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
</head>
<body>
<p><font size="2">I answer to myself... I did set a custom path for
session.save_path</font></p>
<p><font size="2">commenting it solved my problem.</font><br>
</p>
<div class="moz-cite-prefix">Le 26/05/2023 à 01:10, Fabien Auréjac a
écrit :<br>
</div>
<blockquote type="cite"
cite="mid:8d1034f7-3109-792a-35a4-0d69f1a743c4@gmail.com">
<meta http-equiv="content-type" content="text/html; charset=UTF-8">
<p><font size="2">Hello, I'm still experiencing problems with
apache 2.4 and php 8.2 fpm under Ventura.</font></p>
<p><font size="2">I've made several settings to get it work, like
running apache and php as from my username and staff group,</font></p>
<p><font size="2">but the php pages remain cached somehow, I don't
know why, even if I set the headers like this in the php
scripts.<br>
</font></p>
<p><font size="2"> header("Cache-Control: no-store, no-cache,
must-revalidate, max-age=0");<br>
header("Cache-Control: post-check=0, pre-check=0", false);<br>
header("Pragma: no-cache");<br>
</font></p>
<p><font size="2">I'm forced during the web development to clear
cache for these pages, if not I get the last result of a given
script.</font></p>
<p><font size="2">I tried with php-opcache installed and without.<br>
</font></p>
<p><font size="2">If someone could help with this, I'll be
grateful.<br>
</font></p>
<p><font size="2">Regards,</font></p>
<p><font size="2">Fabien<br>
</font></p>
</blockquote>
</body>
</html>