Wrox Programmer Forums
|
BOOK: Professional Search Engine Optimization with ASP.NET ISBN: 978-0-470-13147-3
This is the forum to discuss the Wrox book Professional Search Engine Optimization with ASP.NET: A Developer's Guide to SEO by Cristian Darie, Jaimie Sirovich; ISBN: 9780470131473
Welcome to the p2p.wrox.com Forums.

You are currently viewing the BOOK: Professional Search Engine Optimization with ASP.NET ISBN: 978-0-470-13147-3 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 23rd, 2009, 06:06 AM
Registered User
 
Join Date: Mar 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Red face Session ID and Google

It is written in the book about the possibility to use cloaking to disable session IDs in the urls for crawls. (i.e. http://ideal-k.com.ua/(X(1)A(T_4QNS7...ookieSupport=1) They are seen in the browser only in case of Cookies are disabled. But Author didn't draw the way how to do it. The days of googling didn't lead me to any solution. MSDN says that for disabling sesion state of a particular page we must put a compile directive EnableSessionState="False" and disabling for the whole application is done in the web.config <sessionState mode="Off"/> But these two ways are "static" and influence on the ASP site compilation and can't be changed programatically (for people USE session state and for crawls NOT USE). Tried to ask the author by mailing him directly but no answer since weeks. Does anybody know the answer?
 
Old March 24th, 2009, 03:36 AM
Registered User
 
Join Date: Mar 2009
Posts: 4
Thanks: 1
Thanked 0 Times in 0 Posts
Default

One Point is solved: the part of url started with X(1)A is the identifier used for anonymous identification. The solution is described here: Session ID problem But another part of url started with X(1)S - is the session ID. ( http://ideal-k.com.ua/(X(1)S(ysa3k5r...ookieSupport=1 ) The problem remains unsolved.

Last edited by AntheX; March 24th, 2009 at 03:38 AM..





Similar Threads
Thread Thread Starter Forum Replies Last Post
Session tracking with google popup blocker dshamim Classic ASP Professional 0 December 20th, 2006 09:48 AM
session id rbojja J2EE 2 February 13th, 2006 05:48 AM
session id rbojja J2EE 1 February 11th, 2006 01:22 PM
Session Id mixing jejedp VS.NET 2002/2003 0 January 4th, 2006 07:54 PM
Session ID saga web2100 VS.NET 2002/2003 8 January 4th, 2006 07:48 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.