-
-
Notifications
You must be signed in to change notification settings - Fork 50
Closed
Labels
Description
Looking at the readme and I see this line repeated a few times:
var session = bghttp.session("image-upload");
However, I do not see this documented. My assumption is that:
- Each time you do an HTTP call, you will use a new session.
- The name of the session ... is what? Used for descriptive purposes? Must it be unique?
Basically, can you add documentation for what session() means?
bundyo