Skip to main content
Participating Frequently
March 14, 2007
Question

PHP/MySQL DW8 login not working in IE6

  • March 14, 2007
  • 1 reply
  • 245 views
I built an backend admin for my site and for some reason it will not login using IE6.

It works fine with the following

MAC (safari. firefox, IE0
PC (Firefox, Netscape)

I was wandering is this is a know issue with IE or IE6?

If anyone needs to see my code I will be more than happy posting it. I just thought I would see if this was a know issue first.

Thanks
This topic has been closed for replies.

1 reply

Inspiring
March 14, 2007
Do you have cookies enabled in IE6? Even if your using Session variables,
you still need cookies enabled, as the session identifier is held in the
cookie, linking the browser to the data stored in the session variable on
the server.

--
Gareth
http://www.phploginsuite.co.uk/
PHP Login Suite V2 - 34 Server Behaviors to build a complete Login system.