View Single Post
  #2 (permalink)  
Old 06-18-2008, 06:52 PM
ablaye's Avatar
ablaye ablaye is offline
WMG Sheriff

 
Join Date: Feb 2007
Posts: 285
iTrader: (0)
ablaye is on a distinguished road
Default

Well, you would need to use a cookie to track that the person is still navigating the website.
There are 2 two ways you can keep the variable(s). You can store in the database and retrieve it whenever you need during the user session.
You can also append all URLs with the variable name and data (?var_name=var_data) during the user session.
At any rate, you would need to track the visitor session through a cookie.
Reply With Quote
Sponsored Links
Register and sign in to hide this ad block