The first time the user loads a page on my page (when the session has started), I want the old dtLastAccessed 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 value.
Maybe if I could store the parameter temporary under the forum user 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? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Logware (www.logware.us): a new and convenient web-based time tracking application. Start tracking and documenting hours spent on a project or with a client with Logware today. Try it for free with a 15 day trial account. http://www.houseoffusion.com/banners/view.cfm?bannerid=67 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:204789 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

