Server side Perform these steps to create an HTTP cookie based stateful service. Step 1: Declare any BDL simple variable to be used as state variableStep 2: Create a stateful web service with state variable as parameterStep 3: Publish a Web service operation defined as session initiatorStep 4: Create the BDL session initiator function and instantiate a new sessionStep 5: Restore the session in any BDL web operation from the state variableStep 6: Deployment recommendation