Hello ,
Am doing an application, where i need to display no of visitors... It should display in home page .. And my home page is default.aspx... If i set a session at default home page as visitor = 1 for session... , it gets incremented for single visitor .. when i click on html pages and redirect back to default page....
How can i set session , so that it should not change for single person when he click aspx page or html page... so the number should increase (Visitor no), when new visitor visits the page????
Can anyone helpout.. Thanks in advance