I didn't use session variables because if they drop the browser window and then bring up a new one and go back, it seems to keep the variable information whereas a cookie is just dropped, like it's associated with the page instead of the memory space.
What would a client variable be? >From what I can remember, and it has been a while since I have used >CFcookie but since CFlocation does a header push to the browser that the >cookie doesn't get set if cfcookie is used prior to a cflocation. > >I would suggest using session or client variables which set a cookie >anyways to keep state. > > >J.J. Merrick > > >Daniel Kessler wrote: >> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Find out how CFTicket can increase your company's customer support efficiency by 100% http://www.houseoffusion.com/banners/view.cfm?bannerid=49 Message: http://www.houseoffusion.com/lists.cfm/link=i:4:213731 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=11502.10531.4 Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

