I usually only get it if I have a comment reply open for a long time before clicking add. Feels like the continuation lasts for about 20 minutes.
Poll: Unknown or expired link on YC
11–20 of 37 posts
Re: Poll: Unknown or expired link on YC
#12It usually isn't a big deal, because the fix -go back, copy, refresh the page, paste- is trivial. For a less technical audience, this would be absolutely unacceptable. Are there elegant solutions to fix this? Could someone link the explanation to how the continuation sessions work, please?
The general idea is described here: http://dresese.thehyatts.net/archives/000253.html
pg's original patent on this scheme: http://www.freepatentsonline.com/6205469.html
Re: Poll: Unknown or expired link on YC
#13I usually only get it if I have a comment reply open for a long time before clicking add. Feels like the continuation lasts for about 20 minutes.
There's no set timeout. They're kept in a queue.
Re: Poll: Unknown or expired link on YC
#14It usually isn't a big deal, because the fix -go back, copy, refresh the page, paste- is trivial. For a less technical audience, this would be absolutely unacceptable. Are there elegant solutions to fix this? Could someone link the explanation to how the continuation sessions work, please?
A possible elegant solution is suggested in the paper: store the continuation on the client. I don't know what problems this presents in practice.
Re: Poll: Unknown or expired link on YC
#15It usually isn't a big deal, because the fix -go back, copy, refresh the page, paste- is trivial. For a less technical audience, this would be absolutely unacceptable. Are there elegant solutions to fix this? Could someone link the explanation to how the continuation sessions work, please?
Explanation: http://pagesperso-systeme.lip6.fr/Christian.Queinnec/PDF/www... A possible elegant solution is suggested in the paper: store the continuation on the client. I don't know what problems this presents in practice.
This isn't an issue with POST, but then you run into the normal POST issues with refreshability, bookmarkability, and portable URLs.
Re: Poll: Unknown or expired link on YC
#16Re: Poll: Unknown or expired link on YC
#17Re: Poll: Unknown or expired link on YC
#18Re: Poll: Unknown or expired link on YC
#19update: Including this time.
Re: Poll: Unknown or expired link on YC
#20Earlier quoted context omitted.
Pretty sure that's what pg's said it is. Personally, that's way too short, as I'll leave threads open for half a day without reading it, then can't comment. I don't see any fundamental reason why continuations have to expire so fast.
Because they take up ram on the server. 20 minutes is standard session timeout for most session based web frameworks.