Forum Moderators: open
The problem arises when you submit your user name and password, the page is just sent back as if the name and password are not in the database, even though they are.
I have tried it in fire fox and it works perfectly, same with safari but not on IE.
Before this was put in an iframe this worked perfectly on all browsers.
I am using session variables to store the users administration state if that makes any difference?
(i have also set the option in ie to display iframes).
Any help on this would be greatly appreciated as i am tearing my hair out.
Thanks
Ally
In IE, go to Tools > Internet Options, and under the Security tab, set the level (temporarily!) for the internet zone to "low" (this is assuming you are testing a live page on a remote server). Does the page work then?
The only reason i have done this is because i did not have much space left on the first server (and the providers where rubbish) and i wanted to have a large download section. The problem arose with the address bar as I did not want my client to see the long adress of the new server and for it not to coincide with their original one.
I have turning the security level down but that does not seem to work and i am testing this on a live server.
The new server is a dedicated server so i have access to do pretty much whatever. Originally i thought that there was some php or asp code that could do it but alas no.
Thanks again.
Ally
this is then sent to password_check.asp where the DB is queeried and a session variable is set to say if the user is allowed in, if not then make them login.
I know it should work as it works within firefox and safari on both the mac and the PC, just not in IE on the PC which, lets face it, means that it doesnt work full stop.
the page that the iframe is on is not sending any session vaiables, all from the new server.
Ally
Oh well, I always thought that session variables where stored on the server and not on the clients machine.
Is this something to do with the IFrame setup and the fact that the two pages where on different servers? I will remember this one for the future.
Thanks for all your help guys
Ally