session.save_path string
session.save_path defines the argument which is passed to the save
handler. If you choose the default files handler, this is the path
where the files are created. Defaults to /tmp. If session.save_path's
path depth is more than 2, garbage collection will not be perfor
I believe the PHP.INI has to be set with a Session variable temp directory.
> Hi Puiu,
> I've been having the same problem too. My code that worked up until
> recently
> just stopped working. I did change from using:
>session_register("user_id");
>if (!(user_id)){
>
> to usin
2 matches
Mail list logo