[Zope] How do I test a version without saving changes?
   
    R. David Murray
     
    bitz@bitdance.com
       
    Thu, 30 Mar 2000 16:35:21 -0500 (EST)
    
    
  
On Thu, 30 Mar 2000, Jason Wong wrote:
> How do I test a version without saving changes?
Access to a version is based on a cookie set in your browser.  So
when you go into the version object and click on work in version,
the cookie gets set.  If you then access your site from that same
browser session, you *should* see the version.  This, at least, is
how it works for me <grin>.  You should see the version on the view
tab, too, though, so I think you must have some problem with your
browser sending the cookie.
--RDM