共用SSLの場合、ドメインが変わるため、セッションの引継ぎがうまくいかない。 ということで/includes/functions/html_output.html、line72 // clean up the link before processingの前に、 // Add the session ID when moving from HTTP to HTTPS server if ( ($http_domain != $https_domain) && (SESSION_FORCE_COOKIE_USE == 'True') && ($connection == 'SSL')) { $sid = zen_session_name() . '=' . zen_session_id(); }の記述を追加。 /includes/templates/XX/templates/tpl_prod