Steve King
12-07-2004, 05:34 AM
I'm trying to pull Slashdot's RSS feed <http://slashdot.org/index.rss>, link depth of 1 to get comments as well as the articles. I enter my user information as a cookie (copied from Firefox). The first time this works perfectly; I get the feed and on the comments pages I can see that I'm logged in. When iSiloX saves the .ixl file, though, the cookie is erased. I have the cookie set to never expire. The "ReadOnly" flag is set, and I do not have "Discard" set. What's up?
Here are the cookies (one for for the host "slashdot.org", and one for the domain ".slashdot.org") that get eaten. If necessary I can provide before and after snapshots of the entire .ixl file.
<CookieOptions>
<SendCookies value="yes"/>
<ReceiveCookies value="yes"/>
<Cookies>
<Cookie>
<ReadOnly value="yes"/>
<DoNotSend value="no"/>
<Discard value="no"/>
<Secure value="no"/>
<Name>user</Name>
<Value>669212::EFof0hQ95bmJlN5VN0biWV</Value>
<Path>/</Path>
<Domain>.slashdot.org</Domain>
</Cookie>
<Cookie>
<ReadOnly value="yes"/>
<DoNotSend value="no"/>
<Discard value="no"/>
<Secure value="no"/>
<Name>user</Name>
<Value>669212::EFof0hQ95bmJlN5VN0biWV</Value>
<Path>/</Path>
<Domain>slashdot.org</Domain>
</Cookie>
</Cookies>
</CookieOptions>
Here are the cookies (one for for the host "slashdot.org", and one for the domain ".slashdot.org") that get eaten. If necessary I can provide before and after snapshots of the entire .ixl file.
<CookieOptions>
<SendCookies value="yes"/>
<ReceiveCookies value="yes"/>
<Cookies>
<Cookie>
<ReadOnly value="yes"/>
<DoNotSend value="no"/>
<Discard value="no"/>
<Secure value="no"/>
<Name>user</Name>
<Value>669212::EFof0hQ95bmJlN5VN0biWV</Value>
<Path>/</Path>
<Domain>.slashdot.org</Domain>
</Cookie>
<Cookie>
<ReadOnly value="yes"/>
<DoNotSend value="no"/>
<Discard value="no"/>
<Secure value="no"/>
<Name>user</Name>
<Value>669212::EFof0hQ95bmJlN5VN0biWV</Value>
<Path>/</Path>
<Domain>slashdot.org</Domain>
</Cookie>
</Cookies>
</CookieOptions>