session ids are either stored in a cokkie, are passed via url.
thus, with any browser that is set not to accept cookies, there is no way to map the user to the session id anymore once he has left the site.
if you need to recognize all users instead of initializing a new session when they return, you probably won't get around setting up a login system.