Difference between revisions of "User talk:Skotty"

From Robowiki
Jump to navigation Jump to search
m (a little grammer fix)
(eh?)
Line 2: Line 2:
  
 
It is a newbie web developer mistake to have a web application lose someones edit due to a session timeout.  The proper action is to save the edited data, give the user a chance to log back in, and then apply the edit or return them to the edit page without losing the edit.  I'm often surprised at how many web applications exhibit this glaring flaw...so many, that I almost consider it my own mistake for not copying the text to notepad before submitting.  But it is not my own mistake.  It's the web application's mistake.  A mistake that I am really growing tired of seeing again and again and again...
 
It is a newbie web developer mistake to have a web application lose someones edit due to a session timeout.  The proper action is to save the edited data, give the user a chance to log back in, and then apply the edit or return them to the edit page without losing the edit.  I'm often surprised at how many web applications exhibit this glaring flaw...so many, that I almost consider it my own mistake for not copying the text to notepad before submitting.  But it is not my own mistake.  It's the web application's mistake.  A mistake that I am really growing tired of seeing again and again and again...
 +
 +
----
 +
 +
Eh? I have never had session timeout with MediaWiki. Are you sure it is really session timeout? I know for the fact that MediaWiki use token cookie for authentication. BTW, I know Chrome preserve form data on 'Back' button. I don't know about other browsers, but I think they do too.
 +
 +
On completely unrelated note, I found that FanFiction.net authentication system more frustrating: if I checked "Remember me for one day", it remember exactly one day i.e. if I start edit on 23.58 and finish on 24.01 hours after my login, my edit will be gone :( --[[User:Nat|<span style="color:#099;">Nat</span>]] [[User talk:Nat|<span style="color:#0a5;">Pavasant</span>]] 12:51, 27 May 2011 (UTC)

Revision as of 14:51, 27 May 2011

Bitten by poor web application design again. After having to pause one of my edits to take care of another matter, I returned a bit later, finished my edit, and submitted it. However, my session had timed out. Much to my surprise, MediaWiki did not preserve my edit. I thought MediaWiki was classier than that.

It is a newbie web developer mistake to have a web application lose someones edit due to a session timeout. The proper action is to save the edited data, give the user a chance to log back in, and then apply the edit or return them to the edit page without losing the edit. I'm often surprised at how many web applications exhibit this glaring flaw...so many, that I almost consider it my own mistake for not copying the text to notepad before submitting. But it is not my own mistake. It's the web application's mistake. A mistake that I am really growing tired of seeing again and again and again...


Eh? I have never had session timeout with MediaWiki. Are you sure it is really session timeout? I know for the fact that MediaWiki use token cookie for authentication. BTW, I know Chrome preserve form data on 'Back' button. I don't know about other browsers, but I think they do too.

On completely unrelated note, I found that FanFiction.net authentication system more frustrating: if I checked "Remember me for one day", it remember exactly one day i.e. if I start edit on 23.58 and finish on 24.01 hours after my login, my edit will be gone :( --Nat Pavasant 12:51, 27 May 2011 (UTC)