Extreme Networks Px Series Spécifications Page 66

  • Télécharger
  • Ajouter à mon manuel
  • Imprimer
  • Page
    / 118
  • Table des matières
  • MARQUE LIVRES
  • Noté. / 5. Basé sur avis des utilisateurs
Vue de la page 65
6-8 Px Series Application Switch Installation and Configuration Guide
# Additional information may be useful during debugging
print start_html('Cookie Tester');
if (!$ExistingHostCookie) {
print "No cookie named $SLBCookie existed<br>\n";
print "It was set to the local host address of $HostIPAddr<br>\n";
}
elsif ($ExistingHostCookie ne $HostIPAddr) {
print "The cookie named $SLBCookie was set for host
$ExistingHostCookie<br>\n";
print "It was reset to the local host address of $HostIPAddr<br>\n";
}
else {
print "The cookie named $SLBCookie was correctly set to
$ExistingHostCookie<br>\n";
print "No action was taken<br>\n";
}
print end_html;
Hashed Cookie Persistence
Using hashed cookie persistence, unique information about the client is placed in the
cookie. When the application switch examines the cookie, it performs a mathematical
hash of the unique contents of the cookie. The mathematical hash operation always
renders the same numeric value for the cookie. In other words, a given cookie is always
forwarded to the same server until the size of the server pool changes.
Figure 6-3 illustrates hashed cookie persistence.
Vue de la page 65
1 2 ... 61 62 63 64 65 66 67 68 69 70 71 ... 117 118

Commentaires sur ces manuels

Pas de commentaire