Several questions. Are you storing sessions on disk, or in a database? What's the decorator you're using, to require login? (is it @auth.requires_login()?)
Is the 'user' function exposed, for those controllers? Do you have any custom routes.py or apache mod_rewrite routing that might be interfering? On Feb 9, 2:07 pm, Johann Spies <[email protected]> wrote: > I have a website where some documents require login to be accessed. > Some of the visitors to the site complained of having to login > multiple times and today, when I did not access the site as > administrator, I experienced the same: > > Log in at first and then when I access the document, I was again asked > to log in. I suspect it is a session problem but don't know how to > fix 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.

