I just moved to Windows 2008 Server 64 bit version and IIS 7. My problem is that users are getting the same session id. I've changed from In process, Asp.Net state server and now I'm using Memcached, but non have worked correctly.
Here is an example.
This is session id from a user login in at 15:15:29
ASP.NET_SessionId:gd0jwceqxdcpew45qsxklsrl
REMOTE_ADDR:88.149.xxx.xxx
15 seconds later a new user comes with this session id
ASP.NET_SessionId: gd0jwceqxdcpew45qsxklsrl
REMOTE_HOST:217.195.xxx.xxx
It's like IIS can't create enough session id's and needs to reuse them.
I'm not behind of any kind of proxy, just connected straight to the internet.
Does anybody have any ideas?