Maintain the state of you application in a separate object, a reference to
which is stored in the Session. Every time you leave a page, store its
identifier in the state object. Retrieve the identifier in the page load of
the page the user has navigated to.
......but it is the only way if you want to track a client who is not coming
from a page in your application already, where you can track using cookies,
sessions or any othre state holder
--
--
Regards
.....but it is the only way if you want to track a client who is not
coming from a page in your application already, where you can track using
cookies, sessions or any othre state holder
Want to reply to this thread or ask your own question?
You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.