Hi,
My users complain that when writing longer emails etc. they get an error when saving saying the page has expired. I believe it's because Elgg has set a limit at one hour to fill a form.
Is there any way to increase this value to 2 or 3 hours in the function "validate_action_token"?
Could I simply change this line:
$hour = 60*60;
to
$hour = 60*120;
Or would that break something else?
Regards
slyhne
info@elgg.org
Security issues should be reported to security@elgg.org!
©2014 the Elgg Foundation
Elgg is a registered trademark of Thematic Networks.
Cover image by Raül Utrera is used under Creative Commons license.
Icons by Flaticon and FontAwesome.
- Brett@brett.profitt

Brett - 0 likes
- adriank@adriank

adriank - 0 likes
You must log in to post replies.There is no non-core way to increase the timeout, but doing it as you suggest will work. Shouldn't break anything else...
Hi,
Where exactly do I do that?
Thanks
Adrian