FINALLY...a resolution to the ultimate "Nightmare".
Thanks to all who attempted to help me in this matter with suggestions assist me in this matter.
I am posting the following that it might help some other frustrated soul who has the same problem as it turned out I had.
My ISP has 'session.use_trans_sid' set to 'Off" ... or "0". There was a supposed workaround on the php.net pages to put code at the top of each script, but that does NOT work. I added a comment about this but the php.net moderator nuked it :mad:
I tried putting a php_flag in an .htaccess file which also did not work, but this was due to my ISP restricting such files from being set up by individual users. The only option appeared to be that of my ISP re-compiling/re-installing PHP on the Unix with: --enable-trans-sid which they were not willing to do.
Fortunately, they DID setup an .htaccess file for me to work globally with all my 'www' directories/sites, with this one line in it:
php_flag session.use_trans_sid 1
So now, "Session" stuff WORKS!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
Umh, it would have been nice to know this about 50+ hours ago of trying everything under the sun.
A B-I-G thanks again to all who helped me understand more of the 'basics' and code examples. I'm just sorry I could not get them to work here for what is now known to be the reason.
Kind Regards,