House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Search cf-talk

July 04, 2009

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
       1 2 3 4
5 6 7 8 9 10 11
12 13 14 15 16 17 18
19 20 21 22 23 24 25
26 27 28 29 30 31   

Home / Groups / ColdFusion Talk (CF-Talk)

Best performace/practice for storing temp data

Author:
Glyn Jackson
01/05/2009 05:29 PM

I think a struct in a session is so much easier first you dont have to worry about cleaning up the database after the uses has finished or if the user drops out you dont have to create tasks to find redundancy data. you can have just as much hassle storing temp data in a database as in a session.... yes sessions can time out and you could restart the  cf application but the database stuff would be unless if that happened also as there is then nothing to match the user with the database data!!! you then have to start scheduling daily, weekly or monthly tasks to delete redundancy data.  


Mailing Lists