[PHP-DB] Storing Session Variables

2003-09-24 Thread dpgirago
Just wondering... Is there a limit to the number of session variables one can create/store ? Or is the limit imposed by the size of the file ? I'm on a Windows 2000 machine, and the variables are being saved in notepad. David

Re: [PHP-DB] Storing Session Variables

2003-09-24 Thread CPT John W. Holmes
From: [EMAIL PROTECTED] Is there a limit to the number of session variables one can create/store ? Or is the limit imposed by the size of the file ? Size of file is only limit, although you should impose a practical limit yourself. If you need to ask this question, you're probably relying on

Re: [PHP-DB] Storing Session Variables

2003-09-24 Thread dpgirago
Define 'too much' please... David CPT John W. Holmes [EMAIL PROTECTED] 09/24/2003 10:29 AM Please respond to CPT John W. Holmes To: [EMAIL PROTECTED], [EMAIL PROTECTED] cc: Subject: Re: [PHP-DB] Storing Session Variables From: [EMAIL PROTECTED] Is there a limit to the number

Re: [PHP-DB] Storing Session Variables

2003-09-24 Thread CPT John W. Holmes
From: [EMAIL PROTECTED] CPT John W. Holmes [EMAIL PROTECTED] From: [EMAIL PROTECTED] Is there a limit to the number of session variables one can create/store ? Or is the limit imposed by the size of the file ? Size of file is only limit, although you should impose a practical

Re: [PHP-DB] Storing Session Variables

2003-09-24 Thread dpgirago
Get serious for a second here... Why not explain why you're asking this question? If you're going to store a huge amount of data in a session, explain why. OK. Today I'm working on a prototype GUI for a medical setting ( the production GUI will be done in C++, I believe). The GUI must keep

Re: [PHP-DB] Storing Session Variables

2003-09-24 Thread Viorel Dragomir
: [PHP-DB] Storing Session Variables Get serious for a second here... Why not explain why you're asking this question? If you're going to store a huge amount of data in a session, explain why. OK. Today I'm working on a prototype GUI for a medical setting ( the production GUI will be done