Note that there are some explanatory texts on larger screens.

plurals
  1. POCookie not sending with Ajax request
    primarykey
    data
    text
    <p>Found an issue Forms authentication Cookie not sharing between the requests to service.</p> <p>Cookie '.ASPXAUTH'generated and sent to Browser from the Login service successfully, but not sending the Cookie to consequent requests for the same service.</p> <p>Found When Calling service from Cloud app the request using HTTP 1.1 and for Response it is HTTP 1.0</p> <p>More observations with the user of Fiddler and other tools:</p> <p>Working fine for the following circumstances:</p> <ol> <li>Running Service and Client website from local development system</li> <li>Hosting Service and Client on same IIS (local and remote)</li> <li>Accessing based on URLs, cookies transmitted properly</li> </ol> <p>Not working for the following circumstances:</p> <ol> <li>Hosting service and Client in different IIS servers.</li> <li>Hosting Service in IIS (or Azure) and Client from local development system</li> </ol> <p>Some more details: Both requests made for the same service i.e. same domain, same protocal, same port nr, etc.</p> <p><strong>Updates at 20-12-2012 15:14:</strong></p> <ol> <li><p>As I said earlier Login functionality working on Ajax call without fail, Fiddler shows the Set-Cookie on Response, but Browser not reading the Cookie.</p></li> <li><p>Tried to read document.cookies on "complete:" event of $.Ajax(), where I unable to read the cookie. means browser not getting or holding the cookie (where Fiddler shows on the Response of the same)</p></li> </ol> <p>Regards, Ramakrishna</p>
    singulars
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload