saleswreck
New Member
I have used a state machine workflow in my mvc application. I need to have sliding session expiration in my app. It works well in but the problem I face is whenever a user is navigating through the workflow process, the session times out after default time out is reached even though the user is carrying out activities on the workflow. In other words the activity that user carries out on workflow is not getting updated in the session ,and hence it expires. How do I resolve this?Thanks