Surely whoever did your upgrade has some input on why it's not working?
Maybe your Rewritten URLs are broken?
Maybe your session code is broken by addons which have altered its behavior?
Maybe your site requires a different setting for the dot-prefix on the cookie domain? Or your URL rewriter is altering how session cookies are generated.
Further, your site's design is prone to complicate some of your symptoms because your navigation header menu doesn't properly generate a zenid when it's needed, unlike "many" (but not all) of your other links. Thus, if someone is visiting in a mode that's requiring the zenid be stuffed onto the URL, and they click on any of your header menu options, their entire session will be dumped because the links are hardcoded instead of being generated by zen_href_link.
Granted, if your session handling is working properly this template design flaw will be masked and much less likely to cause a problem.


Reply With Quote
