Forum Discussion

smsword_121686's avatar
smsword_121686
Icon for Nimbostratus rankNimbostratus
Jan 24, 2013

Session persistence that works with routes

I'm trying to get session persistence working between http and https. Source address with match across service works for this great but I have a route setup that if a certain uri set, /blog or /forum, occurs it gets forwarded to a different pool. With the source address match across service it sticks them to a server in either the forum/blog pool or the normal pool. Is there way to make server persistence occur only when they are interacting with the normal pool and be able to change back and forth from the forum/blog pool?

 

3 Replies

  • Have you tried enabling OneConnect? This magically tends to sort issues like this out.

     

     

    If it doesn't, try adding 'persist none' to your iRule where necessary and 'persist source' otherwise, again, with OneConnect enabled.
  • Posted By What Lies Beneath on 01/24/2013 06:27 AM

     

    Have you tried enabling OneConnect? This magically tends to sort issues like this out.

     

     

    If it doesn't, try adding 'persist none' to your iRule where necessary and 'persist source' otherwise, again, with OneConnect enabled.

     

    This worked great, all i had to do was add the 'persist none' to my irules and it worked. I had OneConnect enabled already.