Click here to Skip to main content
15,898,371 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Currently I am creating webpages for my project. I would like a "transaction" timeout such that user only has 10 mins for the entire transaction session, starting from when user access the details page. From there, "timer" will countdown .
I'm trying to figure out what kind of timeout I should use.

What kind of 'timeout'/'timer' should I go for?

What I have tried:

I've tried searching for session timeouts but those are only for when user is inactive.
Posted
Comments
ZurdoDev 10-Nov-16 7:17am    
There isn't a built-in timeout for when a user is active. You would have to write your own code.
Ajay-Systematix 22-Mar-17 2:24am    
Re: I would like a "transaction" timeout such that user only has 10 mins for the entire transaction session.

Can you share what type of tasks are processing during 10 mins? Or Is it possible we can put these tasks into a background job.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900