This week's book giveaway is in the Programmer Certification forum. We're giving away four copies of OCP Oracle Certified Professional Java SE 21 Developer (Exam 1Z0-830) Java SE 17 Developer (Exam 1Z0-829) Programmer’s Guide and have Khalid Mughal and Vasily Strelnikov on-line! See this thread for details.
Hi, I am using Restful Service in Apache CXF for my web application. I want to know how we create create session and maintain state in REST service. Is there any examples available ?
I am creating web-application, in which client will communicate with server. First client will send request for log-in. So, client will be authenticate, if its valid then set the user_id into session.
I want REST services. Once user is logged id, then it will send several request to server. So, in that case how session should be maintain ? It should be maintain at client side?