my response looks like following:
{"result":1,"redirect":"","user_login":"Woldo","user_id":"4358970","session_id":
"ab89JBFLrYJ,6-lXKnv-T9wC481"}
I only want the session_id
part ab89JBFLrYJ,6-lXKnv-T9wC481
, I was using
ReadSession.substring(86, 113);
but whenever someone with a longer username logs in I get in trouble because it is out of the 113 range.
thanks!