To keep session ID it is necessary to change in catalog/includes/languages/****/loginbox.php the link function (lines 20 and 21):

from
<a href="' . FILENAME_CREATE_ACCOUNT . '">

to
<a href="' . tep_href_link(FILENAME_CREATE_ACCOUNT) . '">

No file attached.

More...