This topic has not yet been rated - Rate this topic

WEB1015 - The hyperlink contains a session ID

Expression Studio 4.0

A hyperlink should not include an ASP.NET, PHP, or JSession session ID.

Explanation

Hyperlinks with different session IDs will be analyzed by search engines as pointing to different pages, even if they point to the same page.

Details

The following hyperlinks contain examples of session IDs:

  • <a href="/(S(tmhxeji1v4maon55dnz2nkzu))/sample.aspx">ASP.NET session id link</a>

  • <a href="/?PHPSESSID=0f6b9360de71f62fefcceaddacf35f36">PHP session id link</a>

  • <a href="/index.action?jsessionid=314CA23119DAD4D69A25699156B0FC7D">jsessionid link</a>

Example

The following is an example of a correctly formatted hyperlink.

<a href="http://www.proseware.com/">Proseware Home</a>

Send feedback about this topic to Microsoft. © 2011 Microsoft Corporation. All rights reserved.
Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.