Just curious, the JSP 0.92 spec, page 35 under Session Tracking, states that "Because JavaServer Pages take care of thread contention, you can be assured there is only one thread working on your session object - similarly for applications. Request objects are strictly thread-safe." How, exactly, is this accomplished? Is it implementation dependent? How would an application server that spans multiple boxes with distributed sessions ensure that only one thread is working on a session object? Thanks - Dennis =========================================================================== To unsubscribe, send email to [EMAIL PROTECTED] and include in the body of the message "signoff JSP-INTEREST". For general help, send email to [EMAIL PROTECTED] and include in the body of the message "help".
