12 Apr
2002
12 Apr
'02
7:50 p.m.
Inline: F. Zorge writes:
I am trying to improve cookiecrumbler (version 0.3) to meet my needs. But I am no Python expert, so I wonder if someone is able to assist me a bit. This is the case: - I want cookiecrumbler to put the username as well as the password into a cookie. - If the cookie is read later, the user is authenticated (with username and password) and logged in without using the login form that comes with cookiecrumbler - If the cookie is not present (or contains a not authenticated user) then cookiecrumbler's login form is presented to the user. I think, this is standard CookieCrumber behaviour.
It seems to me, you need not to change anything... Dieter