rickyrauch / Balloons.IO

Balloons.IO is a web multi-room chat server and client ready to use. It’s built with the help of node.JS, Express, Socket.IO and Redis. Balloons uses PassportJS for authentication with Twitter and Facebook
http://balloons.io
2.37k stars 493 forks source link

Add config.session.age in millaseconds. Default 0. #98

Closed scollett closed 10 years ago

scollett commented 10 years ago

This allows configuration of the length of sessions. For our install we wanted to load the chat room on a Chrome startup tab without having to login. We set it to '31536000000' for a year-long session. Sample config sets it as session. No specification will also set it as session.

scollett commented 10 years ago

Not sure if you are interested in this tiny mod. Let me know if there is a preferred way to discuss roadmap and whether any of the updates for our local install are useful to the main project.

cristiandouce commented 10 years ago

@scollett It's cool!

Thanks!