cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
821
Views
0
Helpful
1
Replies

AXL cookie

luoht
Level 1
Level 1

I was reading https://developer.cisco.com/docs/axl/#!12-0-axl-developer-guide/using-jsessionidsso-to-improve-performance

 

It mentioned about two headers that could potentially improve performance:

1) JSESSIONIDSSO - used by AXL

2) JSESSIONID - used by HTTP

 

My questions is:

How shall I build a test code so I can see the difference of using vs. not using the above headers?

 

In another word:

How do I know if subsequent AXL request is being handled with the same JSESSIONIDSSO or JSESSIONID?

 

Thank you!

1 Reply 1

stephan.steiner
Spotlight
Spotlight

You run a proxy between your software and CUCM (like Fiddler) and look at the traffic. your first request won't have any cookies.. the response will. Subsequent requests made by your application should send these cookies.