"Mark Faine" <[EMAIL PROTECTED]> a écrit dans le message de news: 8ioeq3$kg2$[EMAIL PROTECTED] > Linux Mandrake 7.1 Apache/PHP4 > > I'm trying to implement this mysql session scheme as describe here: > http://phpbuilder.com/columns/ying20000602.php3 > > A.) my sessions are not being saved into the database, they are still being > saved in the /tmp directory They are supposed to stay into /tmp > > B.) my session (the ones that are saved in the /tmp directory) will not > persist past the first page? session persist on every page if you ask them to, you need to session_start(); in every page. > > The support forum on phpbuilder.com is useless. Thats why we are here. > > > Thanks > Mark Happy to help the nasa. > > >
-- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php