earthreader / web

Earth Reader for Web
http://earthreader.org/
GNU Affero General Public License v3.0
41 stars 19 forks source link

Prepend hostname to default session id #62

Open tribela opened 9 years ago

tribela commented 9 years ago

Default session id is uuid.getnode() (ex: 161330964250). But it is hard to matching what session is managed by the machine (of course, you can set session-id manually. but it is necessary) But it can be give readablity when prepend hostname (ex: nagato-161330964250).

dahlia commented 9 years ago

That would be useful! Agreed. On Thu, Jul 9, 2015 at 11:43 AM Kang Jinwon notifications@github.com wrote:

Default session id is uuid.getnode() (ex: 161330964250). But it is hard to matching what session is managed by the machine (of course, you can set session-id manually. but it is necessary) But it can be give readablity when prepend hostname (ex: nagato-161330964250).

— Reply to this email directly or view it on GitHub https://github.com/earthreader/web/issues/62.