View Single Post
Old 03-19-2005, 09:31 AM   #1 (permalink)
JimAdkins
Registered User
 
Join Date: Mar 2005
Posts: 8
JimAdkins is on a distinguished road
Trouble with PHP Login Script

I tried useing the PHP login script that was posted here,

http://php.codenewbie.com/articles/p...ns-Page_1.html

and the test pages worked just fine. Now I'm trying to implement them into some php pages that I coded myself, and it logs the user out after 2 pages. I'm wondering if it is just looseing the session info. The pages that I am useing are not useing <a href=> links, but are submiting forms. In each of the pages I have the proper include statments, but once I log in, and get to the main page, then submit the form that takes me a different page, that page works, but then I click on a link that is supposed to take me back to my main page, and it says I'm not logged in and need to log in again. It's starting to get frustrating. Any help would be very apreciated.

Thanx in advance. -Jim
JimAdkins is offline   Reply With Quote