Question
Session Variable? -How do I treat this
Hello,
I am writing an application that is tracking the results arriving from various selected stations (230 of them). My application will dynamically displays only stations for which results have been received. I plan to have my page refresh every 5 minutes to update the results list.
Now based on results received I will update a report page, so I need to set a variable that changes every time my query result set changes and then I will pass this new value to the report page for processing. I am confused about how to treat this variable. Should I use set it as a cookie or a session variable? (but it could change many times during the session)? TIA
I am writing an application that is tracking the results arriving from various selected stations (230 of them). My application will dynamically displays only stations for which results have been received. I plan to have my page refresh every 5 minutes to update the results list.
Now based on results received I will update a report page, so I need to set a variable that changes every time my query result set changes and then I will pass this new value to the report page for processing. I am confused about how to treat this variable. Should I use set it as a cookie or a session variable? (but it could change many times during the session)? TIA
