[ic] clear all values

maillists lists at gmnet.net
Tue Aug 30 12:34:38 EDT 2005


On Mon, 2005-08-29 at 20:04 -0600, Jon Jensen wrote:
> On Mon, 29 Aug 2005, jeff at hisgirlfridays.com wrote:
> 
> > How would one clear the entire value space in the 4.8 series?  I know 
> > userdb has a function to do this at logout, but I don't feel comfortable 
> > using it because I don't have a userdb for this particular site.
> >
> > I tried the code below, which I ripped from the values-space usertag, 
> > and it looked OK but didn't seem to actually do anything:
> >
> > [perl]
> > 	$Vend::Session->{values}={};
> > 	$::Values = {};
> > 	return;
> > [/perl]
> >
> > I even threw an [update values] after it, which yielded the same result.
> 
> I would think this would work:
> 
> [calc] %$Values = (); return; [/calc]
> 
> Jon
> 
> 

If you want that done at logout time you could put that in the logout
profile in etc/profiles.login

Rick


More information about the interchange-users mailing list