posted 14 years ago
If the create parameter is true, externalContext creates(if necessary) and return a session instance associated with the current request. If the create parameter is false the externalContext returns any existing session instance associated with the current request, or return null if there is no such session.
Why dont you change your logic a bit and do something like this.
This would be the passive way for achieving the same functionality.
Back to the Basics. Thats the only solution.