Use the document.unload function to postback?
How about a long running asynchronous process, each page adds its data to that and save to the db after either the last page or a set timeout, if it crashes then the timeout forces a save
On 19 Apr 2010 02:22, "Tuna Toksoz" <teh...@gmail.com> wrote:May not work. What if browser "crashes"?
Tuna Toksöz
Eternal sunshine of the open source mind.
http://devlicio.us/blogs/tuna_toksoz
http://tunatoksoz.com
http://twitter.com/tehlike
On Mon, Apr 19, 2010 at 4:08 AM, <djy...@gmail.com> wrote:
>
> Use the document.unload function...
Why save to the db? Save to cookies continuously until they finish the form
On Apr 23, 2010 5:38 AM, "Paul Roe" <paul...@gmail.com> wrote:
You'd have to setup some javascript that fires off a message to your server every x seconds and acts like a pulse. If you "loose the pulse" then you'd write their session to the database.
On Sun, Apr 18, 2010 at 8:22 PM, Tuna Toksoz <teh...@gmail.com> wrote:
>
> May not work. What if ...