RE: [PHP] Managing sessions...

2006-01-20 Thread Weber Sites LTD
Maybe this class can help make things simpler : A beginner's session handling class http://www.weberdev.com/get_example-4175.html Sincerely berber Visit the Weber Sites Today, To see where PHP might take you tomorrow. PHP code examples : http://www.weberdev.com PHP & MySQL Forums : ht

Re: [PHP] Managing sessions...

2006-01-20 Thread Richard Lynch
On Fri, January 20, 2006 10:53 am, David BERCOT wrote: > Isn't there, like in asp, a global.asa where I can put all my > parameters ? You could solve this with: php.ini .htaccess include (or require) auto_prepend_file The problem with global.asa is that it implies a shared memory space that PHP w