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