The latest code works fine on my machine.
laticca8 wrote:
session.use_only_cookies = 1
Just a reminder:
PHP manual wrote:Assess the importance of the data carried by your sessions and deploy additional protections -- this usually comes at a price, reduced convenience for the user. For example, if you want to protect users from simple social engineering tactics, you need to enable session.use_only_cookies. In that case, cookies must be enabled unconditionally on the user side, or sessions will not work.
There has been several times on these forums that browser, firewall or some adblocker causes trouble.