{
    "content": [
        {
            "type": "text",
            "text": "# Apache::Session::Generate::ModUniqueId (perldoc)\n\n## NAME\n\nApache::Session::Generate::ModUniqueId - moduniqueid for session ID generation\n\n## SYNOPSIS\n\nuse Apache::Session::Flex;\ntie %session, 'Apache::Session::Flex', $id, {\nStore     => 'MySQL',\nLock      => 'Null',\nGenerate  => 'ModUniqueId',\nSerialize => 'Storable',\n};\n\n## DESCRIPTION\n\nApache::Session::Generate::ModUniqueId enables you to use unique id generated by moduniqueid\nas session id for Apache::Session framework. Using moduniqueid would ensure higher level\nuniquess of id.\n\n## Sections\n\n- **NAME**\n- **SYNOPSIS**\n- **DESCRIPTION**\n- **AUTHOR**\n- **SEE ALSO**\n\nUse structuredContent.sections for detailed options, examples, and full documentation.\n"
        }
    ],
    "structuredContent": {
        "command": "Apache::Session::Generate::ModUniqueId",
        "section": "",
        "mode": "perldoc",
        "summary": "Apache::Session::Generate::ModUniqueId - moduniqueid for session ID generation",
        "synopsis": "use Apache::Session::Flex;\ntie %session, 'Apache::Session::Flex', $id, {\nStore     => 'MySQL',\nLock      => 'Null',\nGenerate  => 'ModUniqueId',\nSerialize => 'Storable',\n};",
        "tldr_summary": null,
        "tldr_examples": [],
        "tldr_source": null,
        "flags": [],
        "examples": [],
        "see_also": [],
        "section_outline": [
            {
                "name": "NAME",
                "lines": 2,
                "subsections": []
            },
            {
                "name": "SYNOPSIS",
                "lines": 9,
                "subsections": []
            },
            {
                "name": "DESCRIPTION",
                "lines": 4,
                "subsections": []
            },
            {
                "name": "AUTHOR",
                "lines": 5,
                "subsections": []
            },
            {
                "name": "SEE ALSO",
                "lines": 2,
                "subsections": []
            }
        ],
        "sections": {
            "NAME": {
                "content": "Apache::Session::Generate::ModUniqueId - moduniqueid for session ID generation\n",
                "subsections": []
            },
            "SYNOPSIS": {
                "content": "use Apache::Session::Flex;\n\ntie %session, 'Apache::Session::Flex', $id, {\nStore     => 'MySQL',\nLock      => 'Null',\nGenerate  => 'ModUniqueId',\nSerialize => 'Storable',\n};\n",
                "subsections": []
            },
            "DESCRIPTION": {
                "content": "Apache::Session::Generate::ModUniqueId enables you to use unique id generated by moduniqueid\nas session id for Apache::Session framework. Using moduniqueid would ensure higher level\nuniquess of id.\n",
                "subsections": []
            },
            "AUTHOR": {
                "content": "Tatsuhiko Miyagawa <miyagawa@bulknews.net>\n\nThis library is free software; you can redistribute it and/or modify it under the same terms as\nPerl itself.\n",
                "subsections": []
            },
            "SEE ALSO": {
                "content": "Apache::Session, Apache::Session::Flex, moduniqueid\n",
                "subsections": []
            }
        }
    }
}