Question

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?

Was it helpful?

Solution

Try a Fiddler2. The JSESSIONID may be transmitted with the HttpOnly flag. If so, a standardbrowser will not let you read that value.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top