i hav witten session_End() in global.asax page ..
but in my project there is one task which excutes after every minute..because of that the session_end event is not raising.
so i want to do manually end user session by session.abandon().
but how can i get that is user session has really ended.
i want session time out of 20 min.
can i check users last request time and from that i can get session time out.