M
momo898
I have a big problem. Most case it's working well but sometime the
below happens.
User A on computer B gets session object created by user X on computer
Y instead of getting session object saved by User A. It means Session
ID is changed.
Is it possible? Have anyone seen this?
Server is windows 2003.
In web.config.
....
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data
source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="600"
/>
below happens.
User A on computer B gets session object created by user X on computer
Y instead of getting session object saved by User A. It means Session
ID is changed.
Is it possible? Have anyone seen this?
Server is windows 2003.
In web.config.
....
<sessionState
mode="InProc"
stateConnectionString="tcpip=127.0.0.1:42424"
sqlConnectionString="data
source=127.0.0.1;Trusted_Connection=yes"
cookieless="false"
timeout="600"
/>