Possible problem with profile editing [message #18479] |
Mon, 24 May 2004 18:54 |
Gribnif
Messages: 82 Registered: December 2003
Karma: 0
|
Member |
|
|
Give this a try:
1. Log-in, and go to User CP->User CP.
2. Leave the browser there, and wait until your session times-out, or just delete the session from the DB using SQL.
3. Click on Settings.
You now get the "pre_reg" or coppa screen, instead of an error message telling you the session has expired.
There's a chance this problem may not happen if the browser allows cookies. Mine doesn't, and I definitely see it.
|
|
|
Re: Possible problem with profile editing [message #18481 is a reply to message #18479] |
Mon, 24 May 2004 19:48 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
This is not a bug. Your session had timed out, when you reload the page the forum tried to redirect you to register page. Since register page cannot be accessed directly without passing the coppa/forum rules page that is where you are taken.
FUDforum Core Developer
|
|
|
|
Re: Possible problem with profile editing [message #18511 is a reply to message #18508] |
Tue, 25 May 2004 19:45 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
The problem you describe can normally happen only if a user leaves the computer for an extended period of time during which their session expires and is removed from a database. This is a rather unusual event, in case of which most people should be able to realize that their session had expired.
FUDforum Core Developer
|
|
|
|
Re: Possible problem with profile editing [message #18528 is a reply to message #18524] |
Wed, 26 May 2004 16:37 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
It's not so much browsers not supporting cookies but rather various security modes in browsers preventing reading/setting of cookies.
2.6.4 should be MUCH better in this regard because it sends P3P policy that allows IE to accept FUDforum cookies even if the security level is set to high (previously high & medium-high levels caused cookies not to be set). The same P3P policy may help other browsers too, although so far IE has been the only problematic browser in this respect.
When no cookie is available the forum has no way but to use URL sessions, yes that has all of the problems you've described in point 1 & 2, but there is no way to avoid that.
E-mail notification works fine without cookie, the only "problem" is that you will need to login before being able to reply to the message. However, with new FUDforum 2.6.3+ this is easy too cause here is what would happen:
1) You get e-mail notification
2) You go to the URL and view the message
3) You click reply and get a message saying only registered users may reply and be display a login form.
4) Once you login you would be redirected directly to the post form.
So it's not too bad... certainly better then rejecting users who don't have cookies
FUDforum Core Developer
|
|
|