Posted by Alekc on 10/10/15 11:20
> As I said these work fine when I upload and test on my web server, but not
> on the local testing server.
> I suspect the problem is related to a setting in php.ini (??), but have not
> been able to figure it out.
1) is there session_start at the beginning of the script
2) does simple session scripts works on your localhost
3) if you do print_r($_SESSION) do you see vars?
4)just one advice: don't tell if the password was wrong until it's
necessary. A laconic username or password was wrong will be fine ;)
Navigation:
[Reply to this message]
|