webservice .. getting User Id

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • tayyab.ali@gmail.com

    webservice .. getting User Id

    Hi there folks... I have a task at hand and I would appreciate a prompt
    reply from u genies... The prob is the following...

    I have a web Service and To make it a little secure I added a function
    called LoginUser()... This function takes user Id and Password and
    returns a Token. After this every other function available in the proxy
    first checks if the token is valid meaning that the user has been
    authenticated.. If so the remote function is called.


    Now in all other functions I need the information like UserId and
    Password and I dont want to user to re send it rather I wan some
    functionality at the server end to store the credentials during the
    process of User Sign IN and still managing many users. Cookies seem to
    be a solution but not sure how to go about it and moreover there might
    be a better solution which I cant think of so I need your help. Take
    care everyone and you ppl r doing gr8 job helping the community so keep
    up the good work .

    chao

Working...