*depending on the circumstance, if it's a login required, couldn't you just redirect to login?* *if not - just an if in the template base with a t/f for the sessions.user value - have it populate with the username or 'logged in message'? *
On Tue, Mar 30, 2010 at 12:26 PM, Branko Vukelic <[email protected]>wrote: > On Tue, Mar 30, 2010 at 5:27 PM, W. Martin Borgert <[email protected]> > wrote: > > Hi, > > > > for "notfound" and "internalerror" it is easy to generate > > an error page. Is there a straight-forward way in case of > > session expiry? By default, only the plain text "Session > > expired" is shown, it seems. Thanks in advance! > > I haven't deal with this before, but I think you could pass a > _rendered_ template as session expiry message. > > -- > Branko Vukelić > > Check out my blog: http://www.brankovukelic.com/ > Check out my portfolio: http://www.flickr.com/photos/16889...@n04/ > > -- > You received this message because you are subscribed to the Google Groups > "web.py" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected] <webpy%[email protected]>. > For more options, visit this group at > http://groups.google.com/group/webpy?hl=en. > > -- You received this message because you are subscribed to the Google Groups "web.py" 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/webpy?hl=en.
