<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="RSS_xslt_style.asp" version="1.0" ?>
<rss version="2.0" xmlns:WebWizForums="https://syndication.webwiz.net/rss_namespace/">
 <channel>
  <title>Web Wiz Support and Community Forums : solve cookies for www. ???</title>
  <link>https://forums.webwiz.net/</link>
  <description><![CDATA[This is an XML content feed of; Web Wiz Support and Community Forums : Web Wiz Forums : solve cookies for www. ???]]></description>
  <copyright>Copyright (c) 2006-2013 Web Wiz Forums - All Rights Reserved.</copyright>
  <pubDate>Fri, 03 Apr 2026 21:44:31 +0000</pubDate>
  <lastBuildDate>Mon, 03 Mar 2008 03:37:42 +0000</lastBuildDate>
  <docs>http://blogs.law.harvard.edu/tech/rss</docs>
  <generator>Web Wiz Forums 12.08</generator>
  <ttl>360</ttl>
  <WebWizForums:feedURL>https://forums.webwiz.net/RSS_post_feed.asp?TID=25354</WebWizForums:feedURL>
  <image>
   <title><![CDATA[Web Wiz Support and Community Forums]]></title>
   <url>https://forums.webwiz.net/forum_images/web_wiz_forums.png</url>
   <link>https://forums.webwiz.net/</link>
  </image>
  <item>
   <title><![CDATA[solve cookies for www. ??? : This is what I did at the top...]]></title>
   <link>https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131731.html#131731</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=27552">sparkweb</a><br /><strong>Subject:</strong> 25354<br /><strong>Posted:</strong> 03&nbsp;March&nbsp;2008 at 3:37am<br /><br />This is what I did at the top of common.asp:<DIV>&nbsp;</DIV><DIV><table width="99%"><tr><td class="BBquote"><img src="forum_images/quote_box.png" title="Quote" alt="Quote" style="vertical-align: text-bottom;" /> </DIV><DIV>Dim strRedirectURLQuery<BR>If request.servervariables("QUERY_STRING") &lt;&gt; "" Then strRedirectURLQuery = "?" &amp; request.servervariables("QUERY_STRING")<BR>If request.servervariables("HTTP_HOST") &lt;&gt; "<a href="http://www.mysite.com" target="_blank">www.mysite.com</A>" Then response.redirect "<a href="http://www.mysite.com" target="_blank">http://www.mysite.com</A>" &amp; request.servervariables("path_info") &amp; strRedirectURLQuery<BR>Set strRedirectURLQuery = Nothing<BR></td></tr></table></DIV>]]>
   </description>
   <pubDate>Mon, 03 Mar 2008 03:37:42 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131731.html#131731</guid>
  </item> 
  <item>
   <title><![CDATA[solve cookies for www. ??? : It can be done, however it&amp;#039;s...]]></title>
   <link>https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131646.html#131646</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 25354<br /><strong>Posted:</strong> 28&nbsp;February&nbsp;2008 at 9:25am<br /><br />It can be done, however it's not something that would be natively supported in the software.<br><br>The reason being is that cookies are one of the big problems with software that use them, by making the process even more complicated in this way would course no end of support issues and would not be recommended.<br>]]>
   </description>
   <pubDate>Thu, 28 Feb 2008 09:25:28 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131646.html#131646</guid>
  </item> 
  <item>
   <title><![CDATA[solve cookies for www. ??? : Bruce, you mean this cannot be...]]></title>
   <link>https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131642.html#131642</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=26297">StarDust</a><br /><strong>Subject:</strong> 25354<br /><strong>Posted:</strong> 28&nbsp;February&nbsp;2008 at 6:46am<br /><br />Bruce, you mean this cannot be done setting cookie domain?]]>
   </description>
   <pubDate>Thu, 28 Feb 2008 06:46:35 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131642.html#131642</guid>
  </item> 
  <item>
   <title><![CDATA[solve cookies for www. ??? : Getting cookies to set probally...]]></title>
   <link>https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131628.html#131628</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=1">WebWiz-Bruce</a><br /><strong>Subject:</strong> 25354<br /><strong>Posted:</strong> 27&nbsp;February&nbsp;2008 at 4:56pm<br /><br />Getting cookies to set probally is a nightmare anyway, the hack you have found would just ciourse no end of support issues.<br><br>Cookies have always worked in the way you describe on all sites as www.domain.com is different to domain.com and so browsers will always see cookies as being set by 2 different sites.<br><br>I would recommend instead that you set domain.com to auto redirect to www.domain.com instead. This should also help Google rankings as they lower your page ranking if you have more than 1 domain pointing to the same content which www.domain.com and domain.com do.<br>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 16:56:11 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131628.html#131628</guid>
  </item> 
  <item>
   <title><![CDATA[solve cookies for www. ??? : hello -borg-I have a qusetion...]]></title>
   <link>https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131627.html#131627</link>
   <description>
    <![CDATA[<strong>Author:</strong> <a href="https://forums.webwiz.net/member_profile.asp?PF=21203">miladanimator</a><br /><strong>Subject:</strong> 25354<br /><strong>Posted:</strong> 27&nbsp;February&nbsp;2008 at 4:48pm<br /><br />hello -borg-<br><br>I have a qusetion :<br><br>a user login on http://domainname.com, a cookie set and save the user informations to auto login for next user visit ...<br><br>but in the next visit, if the user go to http://<font color="#cc0000"><b>www.</b></font>domainname.com, the user must login a gain ...<br><br>and my question: is there a way to solve this for next release ???<br><br>I found here an article : <a href="http://www.asp101.com/articles/chris/transfer&#099;ookies/default.asp" target="_blank">http://www.asp101.com/articles/chris/transfercookies/default.asp</a><br>]]>
   </description>
   <pubDate>Wed, 27 Feb 2008 16:48:08 +0000</pubDate>
   <guid isPermaLink="true">https://forums.webwiz.net/solve-cookies-for-www_topic25354_post131627.html#131627</guid>
  </item> 
 </channel>
</rss>