Button Button

From taylor at metasyntax.net Mon Aug 25 00:56:42 2008 From: taylor at metasyntax.net (Taylor Venable) Date: Mon Aug 25 01:08:46 2008 Subject: [Sputnik-list] Can't stay logged in. Message-ID: 20080824225642.d113da18.taylor@metasyntax.net

Hi, I'm trying Sputnik for a wiki on my personal site, but I'm having trouble staying logged in. Following precisely the instructions on the easy installation (i.e. non-custom) page, I got it set up quite painlessly. Then I run it with Xavante, and I can access the site, make accounts, etc. But when I log in, anytime I change the page I am suddenly no longer logged in! For example, I can log in on the "Start" page, then click on the "Some Other Page" and I'm no longer logged in. This looks like a pretty cool project, so I wish I could check it out some more. Thanks for any ideas.

-- Taylor Venable http://real.metasyntax.net:2357/

foldr = lambda f, i, l: (len(l) == 1 and [f(l[0], i)] or

                     [f(l[0], foldr(f, i, l[1:]))])[0]