Re: Server persistence with cookies - a question

2015-01-17 Thread Jarno Huuskonen
Hi, On Thu, Jan 15, Shawn Heisey wrote: > On 1/15/2015 1:30 PM, Shawn Heisey wrote: > > Let's say that I have a server named 'friday' in my backend, and it has > > "cookie friday" on the server line. Let's also say that the web server > > sets the JSESSIONID with that server name in it, like this

Re: Server persistence with cookies - a question

2015-01-15 Thread Shawn Heisey
On 1/15/2015 1:30 PM, Shawn Heisey wrote: > Let's say that I have a server named 'friday' in my backend, and it has > "cookie friday" on the server line. Let's also say that the web server > sets the JSESSIONID with that server name in it, like this: > > JSESSIONID=6ED8B9D4544820B2C073579E17BF3A6

Server persistence with cookies - a question

2015-01-15 Thread Shawn Heisey
Let's say that I have a server named 'friday' in my backend, and it has "cookie friday" on the server line. Let's also say that the web server sets the JSESSIONID with that server name in it, like this: JSESSIONID=6ED8B9D4544820B2C073579E17BF3A67.friday If I use "cookie JSESSIONID" in the backen