Currently I've managed to add basic username/password security to my web services.
How do i now change that so that i can authenticate on the first call and create a session and then just use a token after that. I'm doing a rather heavy weight operation to validate the username and password, so I don't want to do it on every call. Are there any examples of doing this? Cole
