Dear Wiki user,

You have subscribed to a wiki page or wiki category on "Couchdb Wiki" for 
change notification.

The "Session_API" page has been changed by StephaneAlnet.
http://wiki.apache.org/couchdb/Session_API?action=diff&rev1=3&rev2=4

--------------------------------------------------

  {{{
    POST /_session
  }}}
+ with (by default) a standard Basic Authentication header.
+ 
- with the following parameters:
- {{{
-   name=username
-   password=password_for_the_user
- }}}
  The username is the "name" field of a user's record in CouchDB's _users 
database.
  
  There is an optional "next" parameter that can be used to force a redirection 
after CouchDB processed a successful login.

Reply via email to