users@websocket-spec.java.net

[jsr356-users] Re: HttpSession

From: Joakim Erdfelt <joakim_at_intalio.com>
Date: Sun, 17 Feb 2013 06:00:47 -0700

Look at ..

javax.websocket.server.HandshakeRequest#getSession()

(which should probably be called getHttpSession())

--
Joakim Erdfelt <joakim_at_intalio.com>
webtide.com <http://www.webtide.com/>
Developer advice, services and support
from the Jetty & CometD experts
eclipse.org/jetty - cometd.org
On Sat, Feb 16, 2013 at 9:06 PM, Arun Gupta <arun.p.gupta_at_oracle.com> wrote:
>  Section 7.2 says:
>
> The API allows access in the opening handshake to the unique HttpSession corresponding
> to that same client.
>
> I could not find any API in v012 that exposes HttpSession. Am I looking
> for it eagerly ? :-)
>
> Arun
>
> -- http://twitter.com/arunguptahttp://blogs.oracle.com/arungupta
>
>