Forum Discussion

Angelo's avatar
Angelo
Icon for Nimbostratus rankNimbostratus
Aug 31, 2012

Secure Site

Hi

 

 

I have a secure site with log in going through a F5 once logged in there is sub categories you can choose that opens more windows or tab. when going through the F5 it requests you to log in again. when going to the server it doesn't how can i make the site not prompt for username and password when opening new windows...

8 Replies

  • Christian_30338's avatar
    Christian_30338
    Historic F5 Account
    Hi Angelo,

     

     

    It sounds like it could be a problem with persistance on the secure site. Do you have multiple web servers which host the secure site, and do you use cookies to track logged in users? If so, you might want to enable a persistance profile on your LTM virtual server. Depending on whether your secure site uses cookies or not you could try cookie persistance or even source ip persistance to start with. More information on how your secure site tracks a logged in user would help as well.

     

     

    hope this helps,

     

    Christian
  • Angelo's avatar
    Angelo
    Icon for Nimbostratus rankNimbostratus
    HI Christian

     

     

    tried everything even one-connect profile doesn't work. this is the config

     

     

     

    ltm virtual vs_soa_bam_stg {

     

    destination 10.217.235.58:20177

     

    ip-protocol tcp

     

    mask 255.255.255.255

     

    partition SOA

     

    pool pool_soa_bam_stg

     

    profiles {

     

    /Common/http { }

     

    /Common/tcp { }

     

    }

     

    rules {

     

    SOA_Logging

     

    }

     

    snat automap

     

    vlans-disabled

     

    }

     

  • how many servers are in pool_soa_bam_stg? if there are more than one, can you try to enable only one or can you try persistence profile e.g. source address, cookie?
  • Angelo's avatar
    Angelo
    Icon for Nimbostratus rankNimbostratus
    Okay nitass I'll try it, the load balancing is set to round robin this should be okay...
  • Angelo's avatar
    Angelo
    Icon for Nimbostratus rankNimbostratus
    Hi Nitass

     

     

    i setup the cookie persistence it's working but i can only see traffic to one node...