3

I'm trying to read cookie value from a JSP:

Cookie[] cookies = request.getCookies();

This seems to be working fine over http:// But fails to read over https:// call. Trying to see if I'm missing something here.

stdio.h
  • 126
  • 3
  • 15
  • 1
    [Reading cookies via HTTPS that were set using HTTP](http://stackoverflow.com/questions/2163828/reading-cookies-via-https-that-were-set-using-http) ?? – Perdomoff Feb 08 '16 at 16:08

0 Answers0