S
sonic
Hi,
I declared a profile on my website which holds UserContext object. I
thought it would be a good way to make UserContext available to my
pages/controls.
I am still not sure how to address this on webservice level.
I created some webservices to be called from the browser for some atlas
functionality. Inside of that webservice method i need to know the
UserContext of the caller but since it is not a webpage, i can't simply
do Profile.UserContext.UserID etc..
if user A has authenticated session open, and calls local webservice
from his/her browser, is ther a way for me to retrieve those
credentials?
this is to prevent having to pass his username in the webservice call
which would be a a security flaw.
I declared a profile on my website which holds UserContext object. I
thought it would be a good way to make UserContext available to my
pages/controls.
I am still not sure how to address this on webservice level.
I created some webservices to be called from the browser for some atlas
functionality. Inside of that webservice method i need to know the
UserContext of the caller but since it is not a webpage, i can't simply
do Profile.UserContext.UserID etc..
if user A has authenticated session open, and calls local webservice
from his/her browser, is ther a way for me to retrieve those
credentials?
this is to prevent having to pass his username in the webservice call
which would be a a security flaw.