More cookies .... mmmm
January 31st, 2002 10:32 amWell, hello again :) What with all this actual doing work thing, I hardly wrote anything in here yesterday! Still, probably a good thing. The doing work, not the neglect of my journal. So, for those of you following the saga of my work, I solved my cookie problem! It turns out that even though URLs are not case sensitive, cookies set by them are! So I set the cookie in the /scr/ directory and tried to call it from /SCR/ and it didn't work. Now I'm not against case sensitivity per se but in reference to something which is not case sensitive it seems foolish.
Update: Further research shows that it's only the path which is case sensitive - so http://Server/scr/ is the same as http://server/scr/ but not the same as http://Server/SCR/ as far as cookies are concerned. Weird.
Update: Further research shows that it's only the path which is case sensitive - so http://Server/scr/ is the same as http://server/scr/ but not the same as http://Server/SCR/ as far as cookies are concerned. Weird.