(DIR) Home
        
       This is an example of how to store session data as a URL query
       parameter. The session is signed using an HMAC SHA-1 algorithm.
        
       Use the following query to initialize a session
 (QRY) Enter a username
        
       <GopherSession {'id': ''}>
 (DIR) Clear session
        
       Your session has been initialized, you should see your name in the
       bottom left of the page. From this page, any link that you click
       on will contain your session information. Try navigating back to
       the "Home" directory using the link at the top of the page.
        
       ______________________________________________________________________
                                                 Served by Flask-Gopher/3.0.0