RE: [PHP] Managing sessions...

2006-01-20 Thread Weber Sites LTD
dev.com Free Uptime Monitor : http://uptime.weberdev.com PHP content for your site : http://content.weber-sites.com -Original Message- From: David BERCOT [mailto:[EMAIL PROTECTED] Sent: Friday, January 20, 2006 6:54 PM To: php-general@lists.php.net Subject: [PHP] Managing sessions... Hi aga

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

[PHP] Managing sessions...

2006-01-20 Thread David BERCOT
Hi again, Ok, it's probably not the first time you have a question about sessions with PHP ;-) I've tried to read mails, documentation, searching on Internet but, finally, I think everything is not clear !!! First of all, I understand that, if session.auto_start is not on '1', I have to write ses