PHP Cookies

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
warmmelody
Forum Newbie
Posts: 4
Joined: Mon Dec 07, 2009 7:44 am

PHP Cookies

Post by warmmelody »

Hi guys,

When ever I tried to see a php page in my browser I get the following Error:
The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete.


* This problem can sometimes be caused by disabling or refusing to accept
cookies.
When I told the same to the Development Guys they said the issue is with the server and when i tell the server guys they say its with the developer.

Kindly suggest
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: PHP Cookies

Post by cpetercarter »

Which particular php script is causing the problem?
warmmelody
Forum Newbie
Posts: 4
Joined: Mon Dec 07, 2009 7:44 am

Re: PHP Cookies

Post by warmmelody »

Kindly see the link:

http://bestjobsafrica.com/jobseeker_login.php

user id : yamuna
password: test

When you log in and start applying for for jobs as a job seeker and even when you try to add jobs to the favourite I get errors as mentioned above in my first post.
cpetercarter
Forum Contributor
Posts: 474
Joined: Sat Jul 25, 2009 2:00 am

Re: PHP Cookies

Post by cpetercarter »

If you do a google search for :

"The page isn't redirecting properly

Firefox has detected that the server is redirecting the request for this address in a way that will never complete."

you will find that a lot of people have reported the problem, but that there is no single cause or solution. Most of the search results suggest that this is a Firefox issue, not a server problem. Things which may help are updating to the latest version of Firefox, and/or clearing the cookies stored for the site.
warmmelody
Forum Newbie
Posts: 4
Joined: Mon Dec 07, 2009 7:44 am

Re: PHP Cookies

Post by warmmelody »

Oh not only in Firefox I get the error in IE as well as Google Chrome I am sure its the problem with some PHP coding
Post Reply