how can i read JSESSIONID with javascript?
问题 i tried lots of method to read that variable from cookie with javascript but cant do. Is there any special thing related with application server of Java that set cookie remotely? 回答1: Try a Fiddler2. The JSESSIONID may be transmitted with the HttpOnly flag. If so, a standardbrowser will not let you read that value. 来源: https://stackoverflow.com/questions/9486801/how-can-i-read-jsessionid-with-javascript