I think I found the problem: it only happened when I accessed a html-page that was in /private/static. I want to have login access to that file but putting it in private/static caused this problem of double login. Somehow the session seems to disappear.
Moving it to /static made the problem (and login requirement) disappear. I have tried putting it in /uploads but then I don't know how to access it. Regards Johann -- You received this message because you are subscribed to the Google Groups "web2py-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/web2py?hl=en.

