[PHP] Re: Re:[PHP]clases en sesiones

2007-01-05 Thread Jo�o C�ndido de Souza Neto
It can be startin a new session on each page. Are you using some header(Location: ???); ? If so, it could be starting a new session. deinet [EMAIL PROTECTED] escreveu na mensagem news:[EMAIL PROTECTED] Hi, thank you chucre, but this not is the solution, the session.auto_start is On, I don't

Re: [PHP] clases en sesiones

2007-01-05 Thread Jochem Maas
deinet wrote: Hello list, i have a problem with sessions and class. I used to work with a server with session.auto_start=Off, and now I had to move all my sites to another server with session.auto_start=On, and I have this problem with the session: Fatal error: Unknown(): The script

Re: [PHP] Re:[PHP]clases en sesiones

2007-01-05 Thread Richard Lynch
WILD GUESS Search on php.net for __autoload I think that will let you figure out a way to get the auto_start session to automatically load your .class.php files, when it needs them. On Fri, January 5, 2007 7:04 am, deinet wrote: Hi, thank you chucre, but this not is the solution, the

Re: [PHP] Re:[PHP]clases en sesiones

2007-01-05 Thread Stut
Richard Lynch wrote: WILD GUESS Search on php.net for __autoload I think that will let you figure out a way to get the auto_start session to automatically load your .class.php files, when it needs them. Nice idea, unfortunately it doesn't work that way. In order to have the __autoload

Re: [PHP] Re:[PHP]clases en sesiones

2007-01-05 Thread Richard Lynch
On Fri, January 5, 2007 4:36 pm, Stut wrote: Richard Lynch wrote: WILD GUESS Search on php.net for __autoload I think that will let you figure out a way to get the auto_start session to automatically load your .class.php files, when it needs them. Nice idea, unfortunately it doesn't work

Re: [PHP] Re:[PHP]clases en sesiones

2007-01-05 Thread Jochem Maas
Richard Lynch wrote: On Fri, January 5, 2007 4:36 pm, Stut wrote: Richard Lynch wrote: WILD GUESS Search on php.net for __autoload I think that will let you figure out a way to get the auto_start session to automatically load your .class.php files, when it needs them. Nice idea,

Re: [PHP] Re:[PHP]clases en sesiones

2007-01-05 Thread Stut
Richard Lynch wrote: On Fri, January 5, 2007 4:36 pm, Stut wrote: Richard Lynch wrote: WILD GUESS Search on php.net for __autoload I think that will let you figure out a way to get the auto_start session to automatically load your .class.php files, when it needs them. Nice idea,