Passing existing cookie to Web service
Posted
by danny.lesnik
on Stack Overflow
See other posts from Stack Overflow
or by danny.lesnik
Published on 2010-03-24T02:31:55Z
Indexed on
2010/03/24
2:33 UTC
Read the original article
Hit count: 478
HI have the following scenario:
1) i'm authenticated against some aSP.NET web site and my session time out expires in 24 hours.
2) after several time I would like to run query against asp.net Web Service located on the site using existing authentication.
What should I add to cookie Container? I how do sent existing cookie to Web service?
Thank you in Advance. Danny.
© Stack Overflow or respective owner