Are you setting the cookie in a sub directory.
IF so, then you need to specify the cookie-path as "/" (root).
PS - what the include statement does is take the include file and whack it over the include() statement. So its probably not the include files problem.
Also, check that if using functions that want to access $user_info, declare it globally for each function.