[phplib] Sessions not logging to DB From: A.C.N.S. Information and News (infomail <email protected>)
Date: 01/24/01

I can't figure it out. The sessions are not logging to the DB after you hit the site.

http://www.acns-online.com/shop/index.php3

This was originally written in PHP4. Am in process of re-writting in PHP3/PHPLib. As you can see the session ID is created and passed from one page to the next (use the links at top of page. Links on left not changed yet.) but still nothing is logged. Also, had troubles with the HTTP_POST_VARS being set to scalar instead of an array. Did a quick kludge to check if was scalar and if so the reinit to array. Could this cause a prob. Haven't been able to find anything in the PHPLib code pointing to the HTTP_*_VARS vars.

Thoughts? (constructive that is. hehe)

Ciao. Chuck