This is in reference to question How to maintain sessions with C++ code?
Is there a C++ library (like Boost) available to manage sessions for web based CGI applications?
How feasible is it to make use of Cookies and URL Rewriting in C++ code for web based CGI applications?