Home Answers Viewqa Java-Beginners How to create session in servlets?

 
 


ABDULLA KHAN PATHAN
How to create session in servlets?
1 Answer(s)      11 months ago
Posted in : Java Beginners

How to create session in servlets?

View Answers

June 6, 2012 at 5:56 PM


You can create session using the given code:

 HttpSession session = request.getSession(true);

For more information, visit the following link:

Servlet Create Session









Related Pages:

Ask Questions?

If you are facing any programming issue, such as compilation errors or not able to find the code you are looking for.

Ask your questions, our development team will try to give answers to your questions.