It appears that your setup is unable to create a session ID.
Any page request made without an SID will have its ACTION
overridden to be GENERATE_SID.  That's why it appears to
accept any username/password.

The line that inserts the row into the session table
doesn't do a check to make sure it worked.  If it's
failing, you won't see an error.  I've already fixed
this in version 2, which isn't ready to share yet.

If this is happening, I can imagine two causes.  One is
that the session table doesn't exist at all.  The other
is that you changed the length of the session ID.  Try
executing the insert statement by hand:

INSERT INTO session VALUES ('1234567890123456', 0, now(), NULL)

Try printing the exact query from GENERATE_SID

Leon

> -----Original Message-----
> From: [EMAIL PROTECTED]
> [mailto:[EMAIL PROTECTED]]On Behalf Of Chuck Gartland
> Sent: Tuesday, January 25, 2000 7:13 PM
> To: FreeTrade
> Subject: [FreeTrade] Free trade log in problem
>
>
> I am having a problem with login on freetrade.  It does not seem to
> recognize any users or admin.  It just excepts any user/password and
> displays your basket is empty msg.  No user edit info added to menu nor
> admin menu if admin.  I am not getting any mysql errors and *think* the db
> is working ok.  It's installed at
> http://www.project27.com/freetrade/htdocs/index.php3 if anyone
> wants to see
> what its doing.  Any help would be appreciated.
>
> Chuck
>
>
> Chuck Gartland                ||      [EMAIL PROTECTED]
> Project 27                    ||      www.project27.com
> 1836 Palm Avenue              ||      808 465-1381
> Pearl City, HI  96782 ||      GMT -10:00 hours
>
>
>
> ------------------------------------------------------------
> To subscribe:    [EMAIL PROTECTED]
> To unsubscribe:  [EMAIL PROTECTED]
> Site:            http://www.working-dogs.com/freetrade/
> Problems?:       [EMAIL PROTECTED]
>



------------------------------------------------------------
To subscribe:    [EMAIL PROTECTED]
To unsubscribe:  [EMAIL PROTECTED]
Site:            http://www.working-dogs.com/freetrade/
Problems?:       [EMAIL PROTECTED]

Reply via email to