IIS 6.0不允许一个网站的多个会话
问题描述:
我有一个由某人登录的网站,当我尝试从其他机器登录该网站时,它成功登录但是当访问该网站的任何链接时,它重定向到登录页面,我使用的是Windows Server 2003,iis 6.0。 br />
当我使用iis7.5时不会发生这个问题
I have one website which is logged by someone,when i trying to login that site from other machine it login successfully but when accessing any link of that site it redirected to login page, I use window server 2003 ,iis 6.0.
This problem not occur when i use iis7.5
答
你为什么骑死马? br />
现在运行Windows Server 2003存在安全风险。
您已经自己回答了问题
说
Why do you ride dead horses?
Running Windows Server 2003 nowadays is a security risk.
You already answered your question yourself by
saying
Quote:
当我使用iis7.5时不会出现此问题
This problem not occur when i use iis7.5
在web.config文件中使用cookieless = use uri它解决了你的问题......
Use cookieless=use uri in web.config file it solves your problem.....