<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" 
    xmlns:dc="http://purl.org/dc/elements/1.1/"
    xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
    xmlns:admin="http://webns.net/mvcb/"
    xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#"
    xmlns:content="http://purl.org/rss/1.0/modules/content/">

  <channel>
    <title>vsbabu.org : asp</title>
    <link>http://vsbabu.org/mt/archives/categories/asp/</link>
    <description>Gluing passing thoughts to foregone conclusions</description>
    <dc:language>en-us</dc:language>
    <dc:creator>vsbabu@gmail.com</dc:creator>
    <dc:rights>Copyright 2008</dc:rights>
    <dc:date>2002-03-06T08:05:40+05:00</dc:date>
    <admin:generatorAgent rdf:resource="http://www.movabletype.org/?v=2.661" />
    <admin:errorReportsTo rdf:resource="mailto:vsbabu@gmail.com"/>
    <sy:updatePeriod>hourly</sy:updatePeriod>
    <sy:updateFrequency>1</sy:updateFrequency>
    <sy:updateBase>2000-01-01T12:00+00:00</sy:updateBase>

    <item>
      <title>Cookies case sensitive?</title>
      <link>http://vsbabu.org/mt/archives/2002/03/06/cookies_case_sensitive.html</link>
      <description>MSDN documentation indicates that cookies are case insensitive. After spending hours to fix an ugly ASP code without the original...</description>
      <guid isPermaLink="false">162@http://vsbabu.org/mt/</guid>
      <content:encoded><![CDATA[<p><a href="http://msdn.microsoft.com/library/default.asp?url=/library/en-us/iisref/html/psdk/asp/vbob87j9.asp">MSDN documentation</a> indicates that cookies are case insensitive. After spending hours to  fix an ugly ASP code without the original programmer being present, finally found out that in 2 places a cookie is set as "strXyzUser" and in one place it is read as "strxyzuser". Works most of the time, but in some IE 5.5 installations, it fails. Changed all code to use "strXyzUser" and it all started working fine.</p>]]></content:encoded>
      <dc:subject>asp</dc:subject>
      <dc:date>2002-03-06T08:05:40+05:00</dc:date>
    </item>


  </channel>
</rss>

