Hmm,
MyYahoo initializes three cookies, each with a single-letter name: T Y B.
You all know that eventually your Yahoo sessions expires and you have to relogin. I did a relogin and compared the new three cookies with those of a previous session. The result: Cookie Y and B are still the same, but T has changed. My conclusion: T cookie contains something like the session's id. Unfortunately, there is no way to know how the cookie is created, so you cannot create your own T cookie your own session id.
To cut the long story short: If you want to use iSiloX with MyYahoo, you have to replace the T cookie each time the session has expired before you do a syncronization. Very tedious But I don't see another way. Does someone else maybe?
|