> I loaded my TW in Firefox, added the CookieManager plugin and baked
> all my 'cookies'.  Saved & reloaded and it said I have 44 options
> saved.  I closed my TW and everything seemed fine.
> I opened my TW in IE6 on my machine and it doesn't seem to remember
> any of the settings.  My username says "YourName", etc...

When you bake the cookies into the CookieJar, they are automatically
wrapped by a conditional of the form:
   if (config.options.txtUserName == "YourNameHere") {
      ...
   }

Thus, by default, the cookie values stored in the document are applied
as private settings for the current user only (i.e., similar regular
browser-based cookies).  In order for the baked cookies to be applied
to all users, you need to edit the CookieJar and remove the
conditional... or just change it to:
   if (true) {
      ...
   }

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/TiddlyWiki?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to