| Configuring the WSM using Device Manager |
It is a good practice to define a cookie in the HTTP header. A cookie can also be placed in the URL for hashing. The following table shows how to designate a cookie session ID in an HTTP header.
Session ID
SessionID-1234
Active Server Page (ASP) session ID
ASP_SESSIONID=POIUHKJHLKHD
Application-specific cookie that records the name of the client
name=john_smith
You can also designate the cookie session ID within the URL, as follows:
http://www.mysite.com/reservations/SessionID=1234
See also: