Re: Can we change auto-logout timing on wiki.postgresql.org?

From: Greg Stark <stark(at)mit(dot)edu>
To: Stefan Kaltenbrunner <stefan(at)kaltenbrunner(dot)cc>
Cc: Bruce Momjian <bruce(at)momjian(dot)us>, Magnus Hagander <magnus(at)hagander(dot)net>, "Joshua D(dot) Drake" <jd(at)commandprompt(dot)com>, Paul Waring <paul(at)xk7(dot)net>, PostgreSQL WWW <pgsql-www(at)postgresql(dot)org>
Subject: Re: Can we change auto-logout timing on wiki.postgresql.org?
Date: 2013-05-04 19:51:23
Message-ID: CAM-w4HPCz1zc4LfhD0s5K23t3aJQgkecxN9YBrP4dzVB0oeczA@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-www

On Sat, May 4, 2013 at 7:19 PM, Stefan Kaltenbrunner
<stefan(at)kaltenbrunner(dot)cc> wrote:
> hmm pretty sure that browsers are supposed to clear session cookies if
> they are restarted otherwise you will create bad security issues.
> Consider logging in to a some site with personal information, close your
> browser hand over your laptop to somebody in the family for a quick
> browsing session and he will automatically log in to whatever site you
> been at before...

What is this "close your browser"? Are you sure you know when you
close your browser? What about background tasks that might keep the
browser process running even with no windows? And just because you
want Gmail open why does that mean you want to keep credentials for
Facebook and Amazon loaded? Or does it happen when you close the
window? What if there were other windows or if some other site had an
iframe on the web site you're trying to close that you didn't even
know about? When do you "close your browser" on your phone?

Now that the web is more of an application platform each application
needs to think about when it wants the credentials or other local data
it uses to expire and arrange for it to happen as desired. Depending
on a concept like "close the browser" means not really knowing when it
will happen.

--
greg

In response to

Browse pgsql-www by date

  From Date Subject
Next Message Stefan Kaltenbrunner 2013-05-04 20:23:14 Re: Can we change auto-logout timing on wiki.postgresql.org?
Previous Message Bruce Momjian 2013-05-04 18:24:19 Re: Can we change auto-logout timing on wiki.postgresql.org?