Cookie Examples »
By Ramakrishna on Sep 20, 2008 in Cookie Example | 0 Comments
2. Cookies
It is sometimes necessary to use cookies for storing information on the client side. A cookie can be accessed from within an element, if the element definition contains an incookie or outcookie tag. An incookie is a cookie that can be read, and an outcookie can obviously be set.
Let’s show how it works with [...]
