I have a server configured against a site and everything was fine until the server crashed. I had to re-configure the server with PHP-MySQL and the site is now successfully running.
Now there is a strange problem that there is a Session in the site which is set against the UserID when the user successfully signs in.
Code: Select all
session_register("MM_UserID");Now either, there must be some setting in the PHP.ini file or else, can anyone of you please help me in this regard.
Either some change may be devised in PHP.ini file or I may assign the Session value to some Global Variable which can be assessed by all $MM_UserID's throughout the site.
Thanks.