24, 2003 7:20 PM
Subject: Re: [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
> 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
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
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 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 o
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