|
Server Cluster/Edit - Basic Settings
|
Previous Top Next |
|
|
|
|
|
| · | Peer IP Number - the IP number of the peer identifies the session
|
| · | Persistent session cookies - a browser cookie identifies the session. If the user opens a second browser the same cookie will be used - the user can only have one session. If the user closes his browser, the cookie will be stored until he opens his browser - thus the session survives.
|
| · | Transcient session cookies - a browser cookie identifies the session. If the user opens a second browser a new cookie will be created and the user can have any number of sessions against the load balanced cluster. If the user closes his browser the cookie will be destroyed.
|
| · | If you know that each user will have a unique IP number you should use "Peer IP Number"
|
| · | If you know that a great many users will have the same IP number (because they're behind the same NAT for instance), then you should avoid PeerIPNumber
|
| · | If you can guarantee that all users allow cookies, then you can use either of the cookie methods. If you can't guarantee that users will allow cookies, you should use "PeerIPNumber".
|