I have the following situation:
I want to place a cookie on the client side that contains only Client.CFID so I can determine who is browsing the site.
But at the same time, I want to assign SessionID's so I know how many times they come to the site.
How do I specify this in the application.cfm file? Is there a better way to improve this?
I want to place a cookie on the client side that contains only Client.CFID so I can determine who is browsing the site.
But at the same time, I want to assign SessionID's so I know how many times they come to the site.
How do I specify this in the application.cfm file? Is there a better way to improve this?