Click here to Skip to main content
15,881,882 members

Comments by venkata chaitanya (Top 13 by date)

venkata chaitanya 29-Aug-12 5:26am View    
Yes i tried the same.As i said Session_start event is firing on each page request.
So that count is increasing for each page request.Some times it is firing 2 times (I think due to master page but not sure).
venkata chaitanya 29-Aug-12 5:20am View    
You are right,Unfortunately it is not happening in my site.My site is a static site containing 5 aspx pages.i just want to know how many users visited.so i am saving the count in text file.when new user visited i am increasing the count in session_start event.Some times it is firing 2 times.So that no of users visited count is increased to 2 instead of 1.I dont know why this is happening... :(
venkata chaitanya 29-Aug-12 4:25am View    
Have you ever worked on global.asax file?If you worked on it please answer to my previous question

http://www.codeproject.com/Questions/448145/regarding-session-start-event-in-Global-asax
venkata chaitanya 29-Aug-12 3:28am View    
Thank you working fine
venkata chaitanya 28-Aug-12 3:36am View    
yes i know # Session_Start: Fired when a new user visits the application Website.

But here my problem is first time it is working fine, after one hour if i click on pages in my application the session start event firing for each page request instead of firing only one time.So that my code is executing on each page request of same user