That's not "setting" session and client variables. That is including
them in a page URL.

When CF developers talk about session and client veriables, they are
generally referring to variables stored in the session and client
scopes. These variables may never be visible to users. These articles
appear to be referring to variables passed in the URL that are used to
maintain a session. Personally, I don't use variables like these at all.
You only need them if you want to maintain a session without using
cookies. There are a number of potential problems with them, such as
what if Google indexes somebody's URL with these variables visible (this
can happen if you have Google toolbar) and then people start seeing
what's in somebody else's cart. Oh dear. What I'm saying is that
maintaining state without cookies is a can of worms. 


-----Original Message-----
From: Nomad [mailto:[EMAIL PROTECTED] 
Sent: Friday, 28 October 2005 4:16 p.m.
To: CF-Talk
Subject: Solved: Client/Session Variable: When to set?

Hello
Googled with the keywords "session variables and search engine ranking"

http://uglyduckling.net.au/web-designer-pitfalls.html
http://www.seomoz.org/articles/search-ranking-factors.php#5
http://www.livingroom.org.au/searchengineoptimization/archives/top_10_se
arch
_engine_positioning_mistakes.php


~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~|
Logware (www.logware.us): a new and convenient web-based time tracking 
application. Start tracking and documenting hours spent on a project or with a 
client with Logware today. Try it for free with a 15 day trial account.
http://www.houseoffusion.com/banners/view.cfm?bannerid=67

Message: http://www.houseoffusion.com/lists.cfm/link=i:4:222531
Archives: http://www.houseoffusion.com/cf_lists/threads.cfm/4
Subscription: http://www.houseoffusion.com/lists.cfm/link=s:4
Unsubscribe: 
http://www.houseoffusion.com/cf_lists/unsubscribe.cfm?user=11502.10531.4
Donations & Support: http://www.houseoffusion.com/tiny.cfm/54

Reply via email to