Discussion
4
Replies
358
Views
TCS
Posted: September 4, 2015
Last activity: October 20, 2015
Closed
How data being activated once passivated?
Hi all, few questions,
# which situations passivation will be used and are these (page, timeout and http passivations) configured by default?
# once passivated, how the pages or user session are activated again? do we have to manually configure this for our applications?
# if you have some scenarios on these, Please share. Thank you..!
Whenever user keeps the session idle for some time, then passivation will occur. We can store the passivation objects either in file system or database. You can configure DSS/prconfig settings to choose which storage you would need. By default all passivated objects gets stored in file system from 5.5 onwards.
Three levels of passivation are there.
1.Page
2.Thread
3.Requestor
Default values are 15,30 and 60 mins respectively. We can modify these default values using prconfig setting.
We need to activate the session inorder to activate the passivated objects.
Please refer https://pdn.pega.com/sites/pdn.pega.com/files/help_v71/procomhelpmain.htm#concepts/concepts2/conceptspassivation.htm
Hope this explanation helps!
Post your query https://mesh.pega.com/community/pegaproductsupport to get better responses.