Roundcube Community Forum

Release Support => Requests => Topic started by: murray_hair on August 28, 2006, 11:04:44 AM

Title: Autosave message as draft when session expires
Post by: murray_hair on August 28, 2006, 11:04:44 AM
When typing a message and the session expires, you will be logged out and you lose your text.
It would be very nice to have a solution for this:
If a sessions expires while your typing a message automatically save the entered fields (to, subject, message etc.) as a draft.
Title: Re: Autosave message as draft when session expires
Post by: willydee on August 30, 2006, 08:12:58 AM
This is a problem inherent to web applications and not RoundCube specific. It's not possible to implement because saving something requires posting back data to server. Before postback, the server doesn't has anything to save, and after session end, a postback is no longer possible.