NAME
    FML::CGI::Anonymous::DB - anonymous user database.

SYNOPSIS
DESCRIPTION
METHODS
  new()
    constructor.

UTILITIES
  set_session_id($session_id)
    save the current session_id in PCB.

  get_session_id()
    get the current session_id.

  set_magic_string($magic_string)
    save the current magic string in PCB.

  get_magic_string()
    get the current magic string.

DATABASE OPERATIONS
    private.

    DO NOT USE THESE METHODS.

CODING STYLE
    See "http://www.fml.org/software/FNF/" on fml coding style guide.

AUTHOR
    Ken'ichi Fukamachi

COPYRIGHT
    Copyright (C) 2008 Ken'ichi Fukamachi

    All rights reserved. This program is free software; you can redistribute
    it and/or modify it under the same terms as Perl itself.

HISTORY
    FML::CGI::Anonymous::DB appeared in fml8 mailing list driver package.
    See "http://www.fml.org/" for more details.

