Confusion about Login Status [message #20211] |
Sat, 02 October 2004 17:53 |
wfjmueller
Messages: 95 Registered: December 2003 Location: Darmstadt, Germany
Karma: 0
|
Member |
|
|
Using the http://fudforum.org/ (currently on 2.6.7RC1) with Mozilla 1.7 I observe some strange behaviour of the "Login" and "Logout" buttons shown in the headline. Example:
- I follow a link to a posting. I'm logged in, the "Logout[]" button is shown
- I click on the link to the forum. Still the "Logout[]" button is shown
- I click on the link to the category. Now the "Login" button is shown, it looks like that I got logged off.
- Same happens when I click "Home".
- Clicking in the home page again at the forum I started with, the "Logout []" button reappears.
- Cookies are enabled, and I checked that they work.
There seems to be some confusion in the way the login/logout status is handled. I also observed that the "SQ=" string is not longer part of the URL's.
|
|
|
Re: Confusion about Login Status [message #20232 is a reply to message #20211] |
Mon, 04 October 2004 13:26 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
I think it could be the browser caching the images for longer then necassary. The SQ prefix is only added to certain URls when you are logged in.
FUDforum Core Developer
|
|
|
|
Re: Confusion about Login Status [message #20868 is a reply to message #20864] |
Sun, 31 October 2004 18:08 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
FYI the forum sends anti-chaching headers whenever a request changes the SQ value. If you are having problems with proxies (enabled) it probably means that the proxy is not following the spec and ingoring the anti-cache headers.
FUDforum Core Developer
|
|
|
|
Re: Confusion about Login Status [message #20874 is a reply to message #20872] |
Sun, 31 October 2004 18:28 |
Ilia
Messages: 13241 Registered: January 2002
Karma: 0
|
Senior Member Administrator Core Developer |
|
|
Well, if it is of any help FUDforum sends all 3 anti-caching headers which are: Expires, Cache-Control and Pragma. Perhaps, using their names you can find the appropriate settings for your proxy.
FUDforum Core Developer
|
|
|