Hi,

I am currently designing a web service but having problems setting sessions. Does anybody have any code/tutorials on sessions with web services?

The web service i'm developing consists of a few things:

Login (username, password)
This is the method in the web service where i want to authenticate the user and set the session object.

GetAccountInfo
if the user has logged in then the server can get the account info

ChangePassword(String newPassword)
the user will be able to change there password they have logged in.

So basically I want the user to call the login method and that will check there login in the database, if it exists then create a session and if not don't bother with setting a session. Then when the user calls the other methods if a session exists execute the method, else don't execute the method.

Is this all possible with Web Services? The 3 clients which will be using the web service will be a Flash Client, ASP.NET Client and a Windows Form Clients.

Any help and pointers would be great!

Kind Regards,

Rob Heeley

The contents of this message, including any attachments, are confidential and are intended solely for the use of the person or entity to whom the message was addressed. If you are not the intended recipient of this message, please be advised that any dissemination, distribution, or use of the contents of this message is strictly prohibited. If you received this message in error, please notify the sender. Please also permanently delete all copies of the original message and any attached documentation. Thank you.

 

__._,_.___


YAHOO! GROUPS LINKS




__,_._,___

Reply via email to