I use Session Class in javax.mail....but, im getting error duplicate as
:- Duplicate local variable session, as HttpSession it uses.

So please tell me how to use Session Class in jsp.

You don't. NEVER use Java statements in JSP, always use only JSTL and JSF.
And if you don't know what you're doing wrong here in Java code, you have no business writing JSP (or using those particular APIs) anyway as it's an extremely basic error that you should have learned to understand and fix writing simple commandline programs using just the standard APIs.
Go back to the Java tutorial.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.