I havent bogged for a while because I'm really busy with my thesis.
I just want to ask any of you, if you have any idea. I tied using sessions in my web service the code is:
Session.Add("Credential", hash(uname, pword));
hash is a method i made.
there is a nullreferenceexception. can you guys help me on this.