You could create a method that
1. Checks for the existence of a Session "TimeStarted" variable
a. If it doesn't exist, create it and place the Current Time in it
2. Checks the Current Time against the Session variable
3. If the interval of difference is greater than your alloted time, take
some action.
--
HTH,
Kevin Spencer
Microsoft MVP
..Net Developer
http://www.takempis.com
Neither a follower nor a lender be.
"Girish Pal Singh" <> wrote in message
news: om...
> I want if a user is browsing the site for some time say 30 minutes
> then the current his session should end data should be posted back,
> how could i do it.
> ?