There is no such concept as HttpSession in c++.
When you logon in java I presume the java code checks a database, such as MySQL, for login credentials. If username and password are verifyed then the user is allowed to continue using the program. C++ programs can do the same thing, but its a little more difficult. There are a couple of ways to access sql databases such as MySQL from C++, one of them is ODBC . If you google for ODBC C++ CLASSES you will find some free c++ classes and some not-so-free classes/libraries.
Ancient Dragon
Retired & Loving It
30,049 posts since Aug 2005
Reputation Points: 5,662
Solved Threads: 2,343