| View previous topic :: View next topic |
| Author |
Message |
Richard
Joined: 23 Feb 2004
Posts: 2
|
| Posted: Mon Feb 23, 2004 3:47 pm Post subject: Cookie problem |
|
|
I've just installed PHPFootball ... but everytime I try to login ... it says "not logged in"
I've installed this in a subdirectory. Is there a way to change the cookie settings for this ?
Thanks in advance.
Richard |
|
| Back to top |
|
timedout
Joined: 30 Oct 2003
Posts: 31
Location: London, UK
|
| Posted: Mon Feb 23, 2004 5:03 pm Post subject: |
|
|
| there is a known fault with the cookies expiry time at the moment, a fix is on its way soon :D |
|
| Back to top |
|
Vlad Alexa Mancini
Joined: 07 Jul 2003
Posts: 303
|
| Posted: Mon Feb 23, 2004 5:10 pm Post subject: |
|
|
yea phpfootball is still in a beta stage and if you installed it on a remote machine your problem might be caused by the cookie bug .. noted in the Known Problems of the readme file
a temporary fix would be to change in cookie.php : setcookie("$user","$pass",time()+3600)
+3600 to +3600000
it will be fixed before the first stable version |
|
| Back to top |
|
Richard
Joined: 23 Feb 2004
Posts: 2
|
| Posted: Mon Feb 23, 2004 5:31 pm Post subject: |
|
|
| Thanks |
|
| Back to top |
|
Tomasahl
Joined: 05 Mar 2004
Posts: 1
|
| Posted: Fri Mar 05, 2004 8:30 am Post subject: |
|
|
Hello.
I did that change, and I still get "not logged in".
I am on a remote server (Linux) and I use as my client macOSX 10.3.2 and have tried Safari and Firefox. |
|
| Back to top |
|
timedout
Joined: 30 Oct 2003
Posts: 31
Location: London, UK
|
| Posted: Fri Mar 05, 2004 3:55 pm Post subject: |
|
|
| is your remote host in a different timezone? |
|
| Back to top |
|
| |