Siebel Interactive Selling Transact Server Interface Reference > Email Bean API >

setSession


setSession function sets the variable of your JSP page.

Syntax

public void setSession(HttpSession session)

Arguments

HTTPSession session

Built-in JSP variable to refer to the session object.

Usage

Call the setSession function with the built-in session variable of your JSP page. This function must be called before calling sendMail.

Example

<% Email.setSession(session); %>


 Siebel Interactive Selling Transact Server Interface Reference 
 Published: 18 April 2003