× Joomla Facebook Connect support forum

Topic-icon Problems with repeat login in IE9 only

Active Subscriptions:

None
Hi there Alex,

the logout button with the url index.php?Itemid=98 is from the CB.

Your tweak is working! I also had to change the logout link in the same way. And so I fear that the cache problem will persist with other links as when commenting, interconnecting fb acc or doing something that return some URL. What do you think?

I will try to find the solution of my agressive cache problem and let you know if I find the solution to it.

Until then Thank you very much for your help.
Werdin
The topic has been locked.
Active Subscriptions:

None
Seems that I figured out another way of bypassing the caching that maybe corrects other JFBC links too.

I added the following lines to the top of the file components/com_jfbconnect/jfbconnect.php:
//no caching:
header("Expires: Mon, 26 Jul 1997 05:00:00 GMT");
header("Last-Modified: " . gmdate("D, d M Y H:i:s") . " GMT"); 
header("Cache-Control: no-store, no-cache, must-revalidate"); 
header("Cache-Control: post-check=0, pre-check=0", false);
header("Pragma: no-cache");

Please check if it works for you too.
The topic has been locked.
Support Specialist
14 years 1 month ago #21711 by alzander
Carlos,
I can't check your code directly as I don't have a caching system setup like yours. However, your code does look correct for disabling caching. We don't recommend things like that as it can conflict with Joomla, since they will try to set headers as well. In your case though, I think it's the right course of action, and I don't think you'll run into any issues with that.

Obviously, test, and let us know how it goes. Glad to hear we're making progress though!

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Hi Alex,

I meant that if you could try login/logout without problems now. I think that the solution to bypass the cache is necessary for me as I couldn't find the other way.

Today I updated to the last ver. of JFBC 4.20. And I have one problem: The Alphauserpoints plugin - when I try to install it through the plugin page in AUP it says that:
XML file invalid for every file (3 times).
I have the latest ver. of AUP for Joomla 1.5.x, that's 1.5.13. I think that your plugin is not compatible with this version? Can you please update the plugin to be campatible? I think that points as a reward for these actions are very useful.
The topic has been locked.
Support Specialist
14 years 1 month ago #21928 by alzander
Carlos,
I just tested your site again, and everything seems perfect to me for logging in and logging out. Definitely let us know if you're still having issues. We're likely going to be adding the cache busting code I mentioned above to our 4.2.1 release later this week. Don't think it matters for your site now anyways, but thought I'd point it out.

Regarding AUP, our XML files have a small bug. On the 2nd or 3rd line of each file, you'll find a piece of code like:
type="plugins"
Change that to the below, so plugin is singular instead of plural:
type="plugin"
That should allow you to install the XML files without problems. These files will also be fixed in the 4.2.1 release.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
Okay. Thank you very much for your help.

Bye
Werdin
The topic has been locked.
Support Specialist
14 years 4 weeks ago #22465 by alzander
No problem. I hope that gets you going. The updated Alpha User Points XML files are in the download zip packages in the "My Subscription" area now.

Best of luck,
Alex
The topic has been locked.