Page 1 of 1

php security settings problem

Posted: Fri Jul 25, 2003 9:18 am
by soniared2002
Dear forum!
I have developed a php site.
all went fine till i went to see it from my home computer, and the problem was discovered. When i use internet settings security set on medium, i can't send to my forms, and instead it just reloads the same page..
When i set the internet settings to low, it submits the forms.
I am using sessions.
using apache server, windows xp, and php/mysql.
Also, when i view my web page from my internal network, even taht the broweser settings are set to medium, i can view /login/submit fine.
The problem occurs only from out side of the network.
I was thinking maybe it is php.ini settings..but i couldn't find anything there...i am really stuck with that..and no one else heard of the probelm occuring..
Any ideas?
i was also looking at p3p documentation..couldnt' find any help there too.
Help,
Thankx.
sofia

Posted: Mon Jul 28, 2003 1:02 pm
by tylerdurden
I guess what he want to know is whether you can set the PHP_AUTH_USER and PHP_AUTH_PW variables in your php script and that way somehow tell apache that the user is authorized. Is this possible?

Well, of course this post belonged here.

fixed with p3p

Posted: Mon Jul 28, 2003 2:46 pm
by soniared2002
fixed with p3p !