Hi Everybody,
I am developing an asp.net project and in this project I have used a countdown timer. I writed my countdown timer in jquery. It works very well. On the other hand when I clicked another page in my project then open the countdown page. My countdown timer should not be restarted. It have to continue count down properly. I think I do it with session but Session is a bit slower. And It is not fit with real time. How can I handle this problem?