0
Select avec timeout ?
Contributor
,
/t5/coldfusion-discussions/select-avec-timeout/td-p/9871111
May 09, 2018
May 09, 2018
Copy link to clipboard
Copied
Hello,
When, to create an ebook, I select the different elements, if the ebook is big, I have a problem of timeout.
How to cure it ?
Thank you for your help
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
Community Expert
,
/t5/coldfusion-discussions/select-avec-timeout/m-p/9871112#M178856
May 09, 2018
May 09, 2018
Copy link to clipboard
Copied
You can use the CFSETTING tag to set the timeout for that page. This is usually preferable to setting it system-wide in the CF Administrator.
Dave Watts, Fig Leaf Software
Dave Watts, Eidolon LLC
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
ZNB
AUTHOR
Contributor
,
/t5/coldfusion-discussions/select-avec-timeout/m-p/9871113#M178857
Jun 05, 2018
Jun 05, 2018
Copy link to clipboard
Copied
Hello,
Excuse me for not answering earlier but I was very sick.
I do not know how to use the CFSETTING with a select!
Thanks for your help
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more
LEGEND
,
LATEST
/t5/coldfusion-discussions/select-avec-timeout/m-p/9871114#M178858
Jun 05, 2018
Jun 05, 2018
Copy link to clipboard
Copied
You don't put the CFSETTING on the select, you place it near the top of the page that makes the eBook and give it a value.
<cfsetting requesttimeout="value in seconds" />
HTH,
^ _ ^
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting.
Learn more

