Heya chaps,

To summarise:
- I really couldn't get cookies to work with svg, though I stopped trying once 
I had a look at html5's localStorage, which is a much better solution anyway.

An example of cookies not working - I had the following in some svg ecmascript:

document.cookie = "var1=foo";
document.cookie = "var2=bar";
alert(document.cookie);

which returned "var2=bar", rather than the expected "var1=foo;var2=bar". And, 
of course, they weren't persistent.

Anyway, localStorage works just perfectly, so thanks everyone!

Andrew.




------------------------------------

-----
To unsubscribe send a message to: svg-developers-unsubscr...@yahoogroups.com
-or-
visit http://groups.yahoo.com/group/svg-developers and click "edit my 
membership"
----Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/svg-developers/

<*> Your email settings:
    Individual Email | Traditional

<*> To change settings online go to:
    http://groups.yahoo.com/group/svg-developers/join
    (Yahoo! ID required)

<*> To change settings via email:
    svg-developers-dig...@yahoogroups.com 
    svg-developers-fullfeatu...@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
    svg-developers-unsubscr...@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/

Reply via email to