How do u maintain a Session?

Ans- A session can be created via the getSession () method of HttpServletRequest. An HttpSession object is returned. This object can store set bindings that associated names with objects. This setAttribute (), getAttribute (), getAttributeNames (), and removeAttribute () method of HttpSession manage these bindings. It is important to note that session state is shared among all the servlets that are associated with a particular client.

Showing Answers 1 - 1 of 1 Answers

sreni

  • Jan 14th, 2006
 

we can specify in the function module bdc_open_group

parameter name group.... 'session'

  Was this answer useful?  Yes

Give your answer:

If you think the above answer is not correct, Please select a reason and add your answer below.

 

Related Answered Questions

 

Related Open Questions