pump-io / pump.io

Social server with an ActivityStreams API
http://pump.io/
Apache License 2.0
2.21k stars 334 forks source link

Web UI Session Expire #338

Open jpope777 opened 11 years ago

jpope777 commented 11 years ago

After your session has expired, should the user be logged off automatically?

I've noticed that if I close my browser without logging out and then return hours later, uploading photos will fail. I will need to log out then log back in before it works.

evanp commented 11 years ago

Yeah, I've noticed this too. Most of the code doesn't require the session; it's principally the photos.

With StatusNet I've got a separate long-lived "rememberme" cookie. That might work here, too.