The first time the user loads a page on my page (when the session has started), I want the old dtLastAccess value to be stored in a temporary parameter. I then want to use that parameter during the whole session. So I only want to read the dtLastAccessed from the database once. Because when the user loads other pages on the page, the dtLastAccessed in the database will be replaced with a new time.
Maybe if I could store the parameter temporary under the forum users in the database, and then check if it's set or not. If it is set, then don't update the temporary parameter. And then when the session ends, the temporary parameter in the database is automatically set to NULL. I don't know if that's possible though. What do you think? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| 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:204787 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

