Strange Occurance

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
User avatar
thomas777neo
Forum Contributor
Posts: 214
Joined: Mon Mar 10, 2003 6:12 am
Location: Johannesburg,South Africa

Strange Occurance

Post by thomas777neo »

I have implemented a site I have developed on our server.

Now, I have tested it on two diffrent PC's.

1st PC =Internet explorer version 5.00.2920.0000(previous IE)
2nd PC =Internet explorer version 6.0.2600.000

Both PC's have identical browser settings.

The second on logs in perfectly. Yet the first browser doesn't log me in.

I upgraded the 1st PC's browser to the same version of the second.

Yet it still doesn't log me in.

Is it a php error? Is is just that Microsoft cannot program?
Is it the browser? Is it apache? I don't know...
User avatar
Stoker
Forum Regular
Posts: 782
Joined: Thu Jan 23, 2003 9:45 pm
Location: SWNY
Contact:

Post by Stoker »

what kind of login do you use? Session or Cookie based? Likely to be a cookissue
User avatar
Takuma
Forum Regular
Posts: 931
Joined: Sun Aug 04, 2002 10:24 am
Location: UK
Contact:

Post by Takuma »

Try enabling cookie and have a look through your security settings in IE.
Post Reply