From: "Slattery, Tim - BLS" <[EMAIL PROTECTED]>
> <%@ page session="false"%>

Whoa.

"session="true | false"
 
Whether the client must join an HTTP session in order to use the JSP page. If 
the value is true, the session object refers to the current or new session.

 
If the value is false, you cannot use the session object or a <jsp:useBean> 
element with scope=session in the JSP file. Either of these usages would cause 
a translation-time error.

 
The default value is true."



d.





__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to