Real Estate Forums
| Coding HTML, ASP, PHP, JAVA MYSQL and more. All coding questions should be asked here. |
![]() |
|
|
Thread Tools | Display Modes |
|
|||
|
I am working on a cookie tracking system for a website and I am trying to determine if cookies are set using php. I have found the following code
http://sarat.pediredla.name/2005/06/...s-are-enabled/ but, I wonder if I had this on every page, it sorta seems like it would affect seo. I realize I could check for the cookies using javascript, but then I still need to get back to the php after I know if cookies are enabled. And I'd need to pass alot of variables, etc. Thoughts, suggestions, ideas? Thanks! |
|
||||
|
There are certain instances where they may be necessary/useful... but I would avoid both header redirects and frames.
__________________
---cK CK Chung is an independent SEO consultant who provides premium Holistic SEO services, including services specific to Real Estate SEO. You can find his alter-ego, Kid Disco, spouting off on his SEO blog at SEOdisco. |
|
|||
|
Yes, I really am trying to avoid both. I think I am just going to use php to write the cookies, and I won't add the user to the database until after the cookie is read on the second page that they visit.
|
|
||||
|
Quote:
Make the basic site work without the bells and whistles, and then implement the additional features so that the site degrades gracefully. |
![]() |
| Thread Tools | |
| Display Modes | |
|
|