Friday, April 11, 2008

How to trace the client

In this article I will show how you can manage client-related data with Genuine Channels. Using Client Session is not always convenient. It holds on references and sometimes you certainly should know how to mark some data with a client unique identifier and be able to unmark it when that client gets disconnected. In this article I will try to show how you can mark any data with a client unique identifier, how to fetch this identifier in different cases. That is you will be able to use broad means and patterns such as weak referencing.n this article I will show how you can manage client-related data with Genuine Channels. Using Client Session is not always convenient. It holds on references and sometimes you certainly should know how to mark some data with a client unique identifier and be able to unmark it when that client gets disconnected. In this article I will try to show how you can mark any data with a client unique identifier, how to fetch this identifier in different cases. That is you will be able to use broad means and patterns such as weak referencing.