asp.net - IIS 7 issue - the server session mixed to different users -


Please help us on our session session. After log-in and select a menu, it will come in different user sessions.

The default URL should be:

but it goes to this URL:

Note that there is a script inside the URL and I'm not sure That's where it came from.

After I repeat the application pool and restart the website, it will return to normal but this problem will occur after 1 or 2 days after resume.

Any help would be greatly appreciated .... Thanks

Looks like a casual session for me. Most likely you are running the old version of the Net and the browser file is not recognizing a new browser, so it is a mistake to crumble.

Setting an option is to always set the session to use cookies (Cookieless = "usecookies" from the configured link).

Another option is to use browser files to modify the default capabilities of the browser. It requires some knowledge, which causes the browser to create a problem. Or you can configure by default for cookies that support all downlined browsers.

Configuring the session

On the cookless sessions

Configuring the session

Comments