S
serge calderara
Hi,
I would say that it depends what you are planning to do a and who is goinf
to acess your web service and from where.
In other words do you planned to published your web service or does your web
service is part of your asp application.
The most secure would be to use security feature of IIS and use Windows
Authentication. Cookies are not secure and are mainly used to retain user
information except sensitive data.
If you want to provide FromAuthentication then you could keep in cookies a
unique GUI corresponding to the user and then refer to that GUI from a
database where you will extract information.
hope it helps
regards
serge
I would say that it depends what you are planning to do a and who is goinf
to acess your web service and from where.
In other words do you planned to published your web service or does your web
service is part of your asp application.
The most secure would be to use security feature of IIS and use Windows
Authentication. Cookies are not secure and are mainly used to retain user
information except sensitive data.
If you want to provide FromAuthentication then you could keep in cookies a
unique GUI corresponding to the user and then refer to that GUI from a
database where you will extract information.
hope it helps
regards
serge