Forum Discussion

Michael__Gulder's avatar
Michael__Gulder
Icon for Nimbostratus rankNimbostratus
Apr 09, 2008

java uri hash perssistence

Hello,

 

i need an Irule and didn´t find anyone.

 

I´m also not so good in Irule writing :-(.

 

 

For follwing Problem:

 

 

The Webserver give the Client an "jsessionid=469129E134529FFA0AED...." for this

 

Java Session ID should be build an Hash over 1000 Strings.

 

The perssistence will done over the hash and also the Loadbalancing.

 

 

http://qwertzu.de/de/qwertzu.jsp;jsessionid=469129E134529FFA0AEDF90E5EE87A1C.de_server6?bannerid=none&referer=/de/index.jsp&coop=none

 

 

1.Build an hash over 1000 Strings

 

2. The string prefix is "jsessionid="

 

3. The string range 1 to 1000

 

4. The string operation hash-crc32

 

5. Loadbalncing by url

 

6. sticky inactive timeout 3600 seconds.

 

 

Regards Michael

2 Replies

  • Hi Michael,

     

    Make sure you tell us the results of the behavior you see on an irule. It will help us follow along the logic.