Send cookie with request

Collapse
This topic is closed.
X
X
 
  • Time
  • Show
Clear All
new posts
  • Eric

    Send cookie with request

    I need to send a cookie with a web service call.
    I create a cookie and a container, associate it with the web service call.

    But when I check with the network monitor, there is no cookie in the http
    stream attached.
    What could be the problem?

    PS: I don't need session

    Thanks
    Eric

    Dim si As New CLServiceIdenti fication
    'Add Cookie
    si.CookieContai ner = pMPIData.GetSSO CookieContainer ()

    ' Call WS
    _wsResult = si.identifyClie nt(.....)




  • [MSFT]

    #2
    RE: Send cookie with request

    Hello Eric,

    I have replied the same question in another thread. Please refer to it.

    Thanks,

    Luke

    Comment

    Working...