UPDATE ON THE PROBLEM:
You can change the cookie name for your new session using session_name() before session_start() and let the problem solve itself in a few days.
session_name("SESSION_ID"); session_start();