Home > Article > Backend Development > Why is the SESSION function of PHP4 always reported when using it under WINDOWS_PHP Tutorial
This may be a BUG of PHP4.0 under WINDOWS, and I hope it can be completely solved in future versions. The current solution is to set the path where the SESSION is saved to the current path (only in this way will there be no package errors).
The method is to modify php.ini and set the value of
session.save_path
to
./