View Single Post
Old Feb 19th, 2008, 9:28 PM   #7
MrMan9879
Programmer
 
MrMan9879's Avatar
 
Join Date: Sep 2005
Location: Nanaimo, BC, Canada
Posts: 95
Rep Power: 0 MrMan9879 is an unknown quantity at this point
Send a message via MSN to MrMan9879
Re: Sessions Problem

Well, I used the sha1() function to encrypt the password, but I have the same thing in the database.

For example, the password for the user I am testing with is asdfasdf, which is changed to: 92429d82a41e930486c6de5ebda9602d55c39986

The password in the database is also: 92429d82a41e930486c6de5ebda9602d55c39986.

I don't think the password is a problem, because it gets through the loop and it gets to the part where it has

print_r($_SESSION)

But, it shows a blank array.
MrMan9879 is offline   Reply With Quote