由买买提看人间百态

boards

本页内容为未名空间相应帖子的节选和存档,一周内的贴子最多显示50字,超过一周显示500字 访问原贴
DotNet版 - Session ID in URL
相关主题
关于asp.net session的弱问题understand ASP .Net 2: ASP .Net vs ATL Server
authenticationunderstand ASP .Net 3: why ASP .Net is faster
web farm用ASP .Net 和Python for .Net做了一个小范例
请问, ASP.NET 中, 2 个web form之间如何传参数?用ACT testing的问题
pass request to other serverAdd Web Reference Questions
How to detect a successful download?question about .NET webserver
hoho, another dotnet bug in production.NET前景的障碍
understand ASP.Net 1: ASP vs ASP.Net是IISRe: 哪里了可以弄到ISS
相关话题的讨论汇总
话题: url话题: session话题: google话题: index话题: page
进入DotNet版参与讨论
1 (共1页)
P****y
发帖数: 707
1
我的asp.net application被Google index以后,很多indexed url里面出现session id
.
比如 http://example.com/(S(jhmsdkj2323tkta30ocr3a0))/default.aspx
我点击这个URL发现内容是和 http://example.com/default.aspx 一样的。现在的问题
是我怎么能够让 http://example.com/(S(jhmsdkj2323tkta30ocr3a0))/default.aspx
变成404 page not found呢?
因为我不想让Google继续保留这个URL...
谢谢
c**t
发帖数: 2744
2
check IIS redirect module.

id

【在 P****y 的大作中提到】
: 我的asp.net application被Google index以后,很多indexed url里面出现session id
: .
: 比如 http://example.com/(S(jhmsdkj2323tkta30ocr3a0))/default.aspx
: 我点击这个URL发现内容是和 http://example.com/default.aspx 一样的。现在的问题
: 是我怎么能够让 http://example.com/(S(jhmsdkj2323tkta30ocr3a0))/default.aspx
: 变成404 page not found呢?
: 因为我不想让Google继续保留这个URL...
: 谢谢

k**n
发帖数: 3989
3
google因为url里有sessionId,所以,把它们当成不同page了。。
偶觉得最好别放sessionId/guid/userid在url里, 要放也只放在登录后的页
记得应可以设某些目录google不要index.
1 (共1页)
进入DotNet版参与讨论
相关主题
是IISRe: 哪里了可以弄到ISSpass request to other server
ASP.Net比ASP倒底好多少?How to detect a successful download?
Running ASP.NET outside an IIShoho, another dotnet bug in production
can a server support .NET and PHP?understand ASP.Net 1: ASP vs ASP.Net
关于asp.net session的弱问题understand ASP .Net 2: ASP .Net vs ATL Server
authenticationunderstand ASP .Net 3: why ASP .Net is faster
web farm用ASP .Net 和Python for .Net做了一个小范例
请问, ASP.NET 中, 2 个web form之间如何传参数?用ACT testing的问题
相关话题的讨论汇总
话题: url话题: session话题: google话题: index话题: page