Have noticed after implementing FCH, messages take a bit longer reaching users inbox's. Once the user has read the message, The PM notification remains 'on' for about 10 minutes. Also, A few modules comments take around the same time to show up (10 minutes). As for the rest of the site FCH seems to work beautifully. Is there a way to exclude certain modules from the cache hack? Im not quite sure what to do about the inbox situation.
Thank you in advance
hi auxiv.
Certainly, it's a good suggestion.
Anyway, "inbox(n)" feature should use AJAX for such real time converstaions.

It is not so difficult to implement such AJAX.
hi auxiv
Quote:
Another question please, I would really like to share xoops 2.0.18 sessions with runcms. This has been something I have toiled with for hours. Any suggestions or quick pointers would be greatly appreciated.
runcms? the follower from E-XOOPS?
I don't know it well...
If they use the same kind of session tables...
- set session cookie '/'
- rm (prefix)_session.MYD and (prefix)_session.MYI of runcms's database.
- make a symbolic link from (xoops_db)/(prefix)_session.MYD to (runcms_db)/(prefix)_session.MYD
- make a symbolic link from (xoops_db)/(prefix)_session.MYI to (runcms_db)/(prefix)_session.MYI
Just an idea.
awesome! Thank you.