Hi Philip, Thanks for the reply. As I am not using cookies to pass the CFID\TOKEN around I have appended #SESSION.URLToken# to ALL URL\Form's to maintain the session.
This works fine in my developement enviroment (even the staging server) but as soon as i load the site on to the clients server I get the above issue of a new CFID been created on each page visit. I was just wondering why this could be happening on a different server? Could it be a web-cluster? Any other ideas why this is happening on the live server and not in my test enviroment? (All servers are running CF5) Thanks :) Philip Arnold <[EMAIL PROTECTED]> wrote: >>Since you're not using cookies, the only way for it to maintain a >>Session is to pass the CFID and CFTOKEN in the URL... So, if you're >>hitting F5 on the page that creates the Session for you, then it won't >>think you're the same person, so it'll make a new Session for you >>Try linking to another page with a CFID and CFTOKEN in the URL and then >>see what the <CFDUMP VAR="#Session#"> returns, it should keep the same >>CFID (for obvious reasons) ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~| Archives: http://www.houseoffusion.com/cf_lists/index.cfm?forumid=4 Subscription: http://www.houseoffusion.com/cf_lists/index.cfm?method=subscribe&forumid=4 FAQ: http://www.thenetprofits.co.uk/coldfusion/faq Your ad could be here. Monies from ads go to support these lists and provide more resources for the community. http://www.fusionauthority.com/ads.cfm Unsubscribe: http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=89.70.4

