> What is the best way to back up variables in a db and recover > when there is a server reboot? I am a little leery of using > session variables stored in a DB because of a bad experience > one time with session time outs. > > Below is the best I can think of: > > At the top of CFApplications.cfm check to see if a server > variable is undefined, CFINCLUDE a template that will > initialize server variables to values saved in a DB. This > part seems to be straight forward > > But, when to save the server variables is where I am > struggling. So many possible paths a user might take, > sticking a save to DB at the bottom of every template would > be over bloating. > > Ideas or suggestions would be greatly appreciated.
I suggest you save them right when they've been changed. Dave Watts, CTO, Fig Leaf Software http://www.figleaf.com/ Fig Leaf Software provides the highest caliber vendor-authorized instruction at our training centers in Washington DC, Atlanta, Chicago, Baltimore, Northern Virginia, or on-site at your location. Visit http://training.figleaf.com/ for more information! ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Discover CFTicket - The leading ColdFusion Help Desk and Trouble Ticket application http://www.houseoffusion.com/banners/view.cfm?bannerid=48 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:201228 Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4 Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4 Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

