Forum Discussion
felix001_29321
Nimbostratus
May 30, 2012Creating a HTTP session ID
Im looking for a way to create/insert a session id for each HTTP request that goes through the LB. The insertion of the header will be straight forward but its the creation of the session ID im still ...
Brian_Gupta_115
Nimbostratus
Dec 11, 2005Do you want an actual redirect response to be sent to the browser?
Thanks,
Brian
P.S. - Check out this wiki, it has a redirect example: http://www.vj.com/f5 Click here
- HemanthBonthu_3Oct 30, 2017
Nimbostratus
Thanks for the detail explanation
- Russ_Baker_2113Jul 16, 2015
Nimbostratus
Thanks for the example, this really clears a lot up for me. However, there is a bug in the disableMember method. It is trying to query the member's status after it has disabled the memberSessionState which throws an error. I commented out that portion of the code, and it works fine.