Hi, In one of my controllers I would to display:
- what is the timeout for this session - how long has the current session still to stay active - a list of requests / timestamps (I guess this is not tracked in web2py) - when was the last request performed (unfortunately this will be the current request, so it will be "now"?) I have taken a look at the code and I found: - Session._last_timestamp But I am unable to see where the timeout parameter is set for a session. Definitely not in Session.connect() ... Thanks, Daniel --

