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]. For more options, visit this group at http://groups.google.com/group/webpy?hl=en.
