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]

From yuri at sims.berkeley.edu Mon Aug 25 07:01:12 2008 From: yuri at sims.berkeley.edu (Yuri Takhteyev) Date: Mon Aug 25 07:14:02 2008 Subject: [Sputnik-list] Can't stay logged in. In-Reply-To: 20080824225642.d113da18.taylor@metasyntax.net References: 20080824225642.d113da18.taylor@metasyntax.net Message-ID: fa4efbc00808250201x8c34633p85bfa5fddbe94bdb@mail.gmail.com

This is a known but, but it's easy to work around. It has to do with they way some of the configurations are preserved between requests in Xavante. The solution is to restart Xavante after creating the very first account. After that, it should all work fine. Note that you only need to do this after creating the first account - not after every account creation.

  • yuri

On Sun, Aug 24, 2008 at 7:56 PM, Taylor Venable taylor@metasyntax.net wrote:

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]

Sputnik-list mailing list Sputnik-list@lists.luaforge.net http://lists.luaforge.net/cgi-bin/mailman/listinfo/sputnik-list

-- http://sputnik.freewisdom.org/