Ask a Question related to ASP.NET Web Services, Design and Development.
-
roger #1
Managing states of the client at server
Hi all,
Can anybody suggest me how do i maintain the state of a client calling my
webservice method.e.g. consider a webservice that lets the user browse a
remote machine, web service exposes two methods ChangeDirectory and
MakeFolder, how do i maintain the currentfolder of the caller on the web
service ? i m really stuck with it please help
best regards
roger Guest
-
managing client variables in a db using stored procs
:beer; is it possible to configure coldfusion to use stored procedures when managing database stored client variables, instead of direct SQL... -
Persist client states when refresh browser
We're planning to build a web application using Flex technologies and are thinking about moving session states as much as possible from server side... -
Flash Webcam client <-> client (not client <-> server<-> client)
Dear Flash Team, supporter and regular mortals (Like myself) I am currently running a IRC chat with mostly webclients connected. We currently offer... -
Problems! WinNT Client -> WinXP Web Server -> Win2000 File Server
Hi everyone, I have an WinXP Server and an ASP.NET application that access files in a third machine, Win2000 Server. I am using Windows... -
Using SQL Server for session states
I tried configuring my web application to use SQL Server for session states and I installed the SQL script provided by .NET to set up the databases... -
Hammad Rajjoub #2
RE: Managing states of the client at server
Hello
how about clients providing their IDs (any unique id -e.g. email etc) and
once you have those credentials you can always identify the calling client
and their Dir mappings...
best regards,
"roger" wrote:
> Hi all,
> Can anybody suggest me how do i maintain the state of a client calling my
> webservice method.e.g. consider a webservice that lets the user browse a
> remote machine, web service exposes two methods ChangeDirectory and
> MakeFolder, how do i maintain the currentfolder of the caller on the web
> service ? i m really stuck with it please help
>
> best regards
>
>
>Hammad Rajjoub Guest
-
roger #3
Re: Managing states of the client at server
Hello,
Well its something you suggesting me that after authentication i better
return a session id to the client and later to each call to webservice i
validate that session id and perform the action ? Can you point me some
example of WS-SecureConversation of WSE that is doing the same stuff or some
other example code ?
best regards
"Hammad Rajjoub" <HammadRajjoub@discussions.microsoft.com> wrote in message
news:C0C071E5-EE0A-4E5D-8B4A-760FD45FEE16@microsoft.com...my> Hello
>
> how about clients providing their IDs (any unique id -e.g. email etc) and
> once you have those credentials you can always identify the calling client
> and their Dir mappings...
>
>
>
> best regards,
>
> "roger" wrote:
>> > Hi all,
> > Can anybody suggest me how do i maintain the state of a client calling> > webservice method.e.g. consider a webservice that lets the user browse a
> > remote machine, web service exposes two methods ChangeDirectory and
> > MakeFolder, how do i maintain the currentfolder of the caller on the web
> > service ? i m really stuck with it please help
> >
> > best regards
> >
> >
> >
roger Guest



Reply With Quote

