Isn't the only issue your computer? Can you not use another for the day or something?
Printable View
Isn't the only issue your computer? Can you not use another for the day or something?
I don't have another computer... In the house.
Library, heh.
If I had a ride...
I'm looking at the source after seeing the page load, and just noticed another page, important.php. Post the source for that too.
At the moment... this is what I see:
You log in, sending POST data... user/pass.
It checks that, then logs you in.
Then saves SESSION variables of user/pass.
However, it never does CHECK for those session vars when you return, so that is why you aren't still logged in. It works fine, but there is no check. That's the weird thing.
This page links to login.php, which does only two things: if you haven't tried to log in, gives you the form. If you have, says whether it worked or not. there is nothing more going on on the page.Code:Echo"<b>You are now logged in, click <a href='login.php'>here</a> to refresh.
There is a switch structure... but it just has a default (show the form) and one if the action is to submit, but nothing for using the page aside from that.
Perhaps it should link to a new page rather than refreshing?
Na, It works fine on other computers. So it really dosent matter if it links to another page.... ahh... Just remembered that I did try to have it link to bar.php (didnt work) :\ I really wish this would work.
:\ I Really need this fixed. :\ Guys Pleeeeaaaaaasssseeee help.
The cookie is sent, but the data is apparently not stored in the session.
Ok, Is there any way to fix it? :\
What we really need to do is figure out what your setup and my setup have in common, and then what those machines on which it didn't work have different.
What browser(s) and OS(es) were you and the working machines running?