Re: [Developers] frontend session expire time?

2005-11-25 Thread Michiel Meeuwissen
Kees Jongenburger wrote: So, that field is like an alternative password, and about as good, because if you have it, you only need to offer it as a cookie It's as good as it gets. without a chanenge/response system. isn't that possible with a different authentication sheme then basic?

[Developers] Editwizard question.

2005-11-25 Thread Kors van Beem
Hi there, Here's an editrwizard challenge: I've modelled a relation between an article and a theme. Every article has one theme. Instead of using a standard MMBase relation list, I would like to use a optionlist instead. I've managed to retrieve the themes with a query like this: optionlist

Re: [Developers] frontend session expire time?

2005-11-25 Thread Pieter Jelle
André van Toly wrote: Op 24-nov-2005, om 12:49 heeft Michiel Meeuwissen het volgende geschreven: Pieter Jelle wrote: setMaxInactiveInterval(-1) on the session object. However, since MMBase handles these sessions by itself, I call mm:cloud logon=x pwd=x / when a user logs on to the

Re: [Developers] frontend session expire time?

2005-11-25 Thread Simon Groenewolt
On Thu, 2005-11-24 at 18:03 +0100, Michiel Meeuwissen wrote: Simon Groenewolt wrote: Kees Jongenburger wrote: for my project I store a generated key in the user object and use the userid/key combo for auto login and the username/password as login screen That was exactly what I meant