Re: sessions problem
Posted: Sun Aug 21, 2005 1:11 pm
The latest code works fine on my machine.
Just a reminder:laticca8 wrote: session.use_only_cookies = 1
There has been several times on these forums that browser, firewall or some adblocker causes trouble.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.