aspose file tools
The moose likes Servlets and the fly likes cookies getSecure() Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » Servlets
Reply Bookmark "cookies getSecure()" Watch "cookies getSecure()" New topic
Author

cookies getSecure()

Garrett Smith
Ranch Hand

Joined: Jun 27, 2002
Posts: 401

getSecure()
Returns true if the browser is sending cookies only over a secure protocol, or false if the browser can send cookies using any protocol.

Shouldn't this method be named isSecure()?


comp.lang.javascript FAQ: http://jibbering.com/faq/
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: cookies getSecure()
 
Similar Threads
Mock Exam Queries from JDiscuss..
Confusion about session destruction
getting session null instead of creating new session.
URL rewriting is not working
Doubt in request Vs response