Hi

Maybe this one is helpfull:
http://jason.pureconcepts.net/articles/javascript_cookie_object

Data is stored in cookies in JSON-Format.

Bye, Benedikt

PS: I don't really know wether (but dont't believe that) JavaScript-
variables can be passed
between pages directly.

On May 17, 5:31 pm, Doug Reeder <reeder...@gmail.com> wrote:
> It appears that calling location.assign() deletes all global variables  
> (which is reasonable behavior for a web browser).  However, I have a  
> web application written as several pages.   One good way to preserve  
> data across page loads is to keep session info on the server.
>
> However, I would like to implement this client-side.  Does this  
> require using cookies (or HTML 5), or can I keep my actual JavaScript  
> variables around somehow?  Does Prototype have something to help with  
> this?
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Prototype & script.aculo.us" group.
To post to this group, send email to prototype-scriptaculous@googlegroups.com
To unsubscribe from this group, send email to 
prototype-scriptaculous+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/prototype-scriptaculous?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to