B
Bill Wood
Guest
As you noted, sessionID is limited to one active session per user credential, but you can also authenticate individual requests with Basic Authentication. (See Chapter 15 in Rollbase In Action). The sessionID is useful when you want to hold the authentication across multiple requests. Using Basic-Authentication means each request contains the username/password so you should only do this over https, but because requests are self-contained you won't run into conflicting sessions. I believe this was added as a grater in Rollbase 2.2. =
Continue reading...
Continue reading...