SQL Session State and Cookieless set to false

  • Thread starter Thread starter timothy.alvis
  • Start date Start date
T

timothy.alvis

I have verified the following:

Metabase IDs for the IIS websites are identical.
machinekey is identical between the two servers.

If cookieless is set to true, everything works. If cookieless is set
to false, each web server on the farm (only two) has its own sessions.

Any suggestions? Anyone else run into this before?
 
cookies are tied to domain name, be sure they match between servers.

-- bruce (sqlwork.com)
 
Back
Top