jsr340-experts@servlet-spec.java.net

[jsr340-experts] Re: HttpSession#isSecure ?

From: Mark Thomas <markt_at_apache.org>
Date: Thu, 25 Aug 2011 10:25:40 +0100

On 25/08/2011 02:06, Shing Wai Chan wrote:
> One can check whether a cookie or request is secure by invoking isSecure().
> I propose to add the following to interface javax.servlet.http.HttpSession
> public boolean isSecure();
>
> This will allow us to check whether a session is created through http or
> https.
> Any comment?

What is the use case?

Mark