You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// The machine keys are used for encrypting/decrypting cookies used by ASP.NET, these are usually set by IIS in 'Auto' mode.
21
16
// During a deployment to Azure cloud service the same machine key values are set on all the instances of a given cloud service,
22
17
// thereby providing session persistence across different instances in the same deployment slot. However, across different slots(staging vs production)
23
18
// these session keys are different. Thereby causing the loss of session upon a slot swap. Manually setting these values on role start ensures same
24
19
// keys are used by all the instances across all the slots of a Azure cloud service. See more analysis here: https://github.com/NuGet/Engineering/issues/1329
0 commit comments