Exit
  • Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
  • 한국 커뮤니티
0

PHP/MySQL DW8 login not working in IE6

Explorer ,
Mar 13, 2007 Mar 13, 2007
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
TOPICS
Server side applications
246
Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 14, 2007 Mar 14, 2007
LATEST
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.


Translate
Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines