How to maintain sessions with C++ code?

后端 未结 2 1014
情歌与酒
情歌与酒 2021-01-13 22:25

There is a cgi code written in C++. Currently there is no session management done in the web pages. There is a need to provide sessions in the web pages so that the user can

2条回答
  •  执念已碎
    2021-01-13 23:27

    Another alternative may be the "FastCGI / CGI C++ Library" that is aimed for Boost integration at someday: http://cgi.sourceforge.net/

    It claims itself to provide "Configurable support for strongly-typed sessions (optional)."

提交回复
热议问题