I want to set a variable for a particular page. Whenever that page is loaded that value should get increment. I want to do without using session or application scope is there any other better option for this.
If i assign a variable whenever page is get loaded its automatically initialized how to avoid this.
apologize for not given complete details.
If any other url has clicked the value should initialize.
Please let me know.