Forum Post: Re: Is it possible to have two valid Rollbase sessions for the same userID at the...

  • Thread starter Thread starter Bill Wood
  • Start date Start date
Status
Not open for further replies.
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...
 
Status
Not open for further replies.
Back
Top