RE: Session Variables dropping?

2004-10-14 Thread Micha Schopman
The system runs 80 websites on a single instance of an inhouse developed ColdFusion CMS. In my case the data which is stored has been filtered before it is stored into the application scope, so don't think I store 10+ columns in the application query struct ;) Micha Schopman Software Engineer

Re: Session Variables dropping?

2004-10-14 Thread Andy Jarrett
100k in the Application scope. WOW. When it comes to this sort of thing im always way to reserved. Usually shying awaying from hold any huge amount of data in a persistance scope. What type of system you running this on: intranet, internet etc?? You got many other application on the same server?

RE: Session Variables dropping?

2004-10-14 Thread Micha Schopman
I have systems running storing more than 100k records in the application scope with no problem at all. I guess there still has to be a tiny itchy annoying bug waiting for you to be resolved :-) I have never seen problems like yours before. Micha Schopman Software Engineer Modern Media, Databan

Re: Session Variables dropping?

2004-10-14 Thread Keith Gaughan
Nick Baker wrote: > A session variable holds through 2 pages then is not recognized on the 3rd > page. Going back to the other pages and refreshing that page shows the > session variable to be valid. > > Any ideas? > > Thanks, > > Nick > > More specifics > > 1. Execute the following query >

Re: Session Variables dropping?

2004-10-13 Thread Scott Brady
On Wed, 13 Oct 2004 14:34:57 -0500, Nick Baker wrote: >   >  maxrows=1> >   >  On the 3rd page it throws the following error. >   >  "Element SRCHRESULTS is undefined in > SESSION" Check to make sure that you're reference the columns in the query results correctly. I seem to recall that sometimes

RE: Session Variables Dropping

2003-06-06 Thread Charlie Arehart
ich is the release in which it was introduced. /charlie > -Original Message- > From: Charlie Arehart [mailto:[EMAIL PROTECTED] > Sent: Friday, June 06, 2003 6:26 PM > To: CF-Talk > Subject: RE: Session Variables Dropping > > > Do you mean one session variable amon

RE: Session Variables Dropping

2003-06-06 Thread Charlie Arehart
Do you mean one session variable among many, or all session variables, for a given user? When all the user's session variables "disappear", it's often simply because the session key (CFID and CFTOKEN) for the user is changing. These are usually managed (passed from request to request) by way of coo

Re: Session Variables Dropping Dead..

2000-11-10 Thread Bud
On 11/10/00, Neil H. penned: >All my Session Variables are dropping dead!!! I posted to messages and no >one has answered. This is across the entire server. No code has changed. I >have Warm REboot Cold Reboot and the same problem. > >someone PLEASE throw Ideas at me! Nobody's been screwing ar

RE: Session Variables Dropping Dead..

2000-11-10 Thread Jaime Garza
Ideas: mmm, how about registry problems? or database problems if you have configured so... Remeber that the registry has a size limit. > -Original Message- > From: Neil H. [mailto:[EMAIL PROTECTED]] > Sent: Friday, November 10, 2000 12:54 PM > To: CF-Talk > Subject: Session Variables

Re: Session Variables Dropping Dead..

2000-11-10 Thread Gregory Harris
Session variables die after a reboot, they are only temporary variables stored in the memory, not on the HD, bear this in mind... Gregory Harris Web Developer Stirling Bridge Group LLC - Original Message - From: "Neil H." <[EMAIL PROTECTED]> To: "CF-Talk" <[EMAIL PROTECTED]> Sent: Frida