php security settings problem

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
soniared2002
Forum Newbie
Posts: 2
Joined: Fri Jul 25, 2003 9:18 am

php security settings problem

Post 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
tylerdurden
Forum Commoner
Posts: 66
Joined: Mon Jul 28, 2003 11:52 am
Location: Austria

Post 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.
Last edited by tylerdurden on Mon Jul 28, 2003 4:42 pm, edited 1 time in total.
soniared2002
Forum Newbie
Posts: 2
Joined: Fri Jul 25, 2003 9:18 am

fixed with p3p

Post by soniared2002 »

fixed with p3p !
Post Reply