CSP/ZEN page session timeout while extracting huge amount of data
Hello All,
While extracting the huge amount of data in the cache through the Zen page, file extraction timing is greater than session time out. How to increase the session timing in Zen/CSP gateway or If any other solution would be appreciated. Please advise.
Since ZEN runs under CSP, maybe %session.AppTimeout = 900 // 15 mins.
Just remember to change it inside OnPreHTTP.
I don't know what you're extending your class from, but try calling ##super() before you set the timeout.
EDIT: Hold on, try using %response.Timeout instead. Maybe your problem is not the session itself, but the response timeout instead.
Thanks, Rubens. I tried the below code. But, I am facing the issue like as below.
Code:
Can you please guide me on this.
Best Regards,
Arun Kumar Durairaj.
Pls. don't forget to mark your question as "answered" on Developer Community,
please click the checkmark alongside the answer you (as author of the question) accept