Forum Discussion

Mariappan_S_156's avatar
Mariappan_S_156
Icon for Nimbostratus rankNimbostratus
Nov 18, 2014

create cookie on ssl vpn session

Hi all,

 

Our application team wants create cookie with login username at the time of sslvpn session.

 

We are new to APM and cookie. Please guide us.

 

if cookie creation possible then our application read the cookie and get username for logging purpose.

 

We using F5 11.5 with SSL VPN.

 

Regards, Mariappan S

 

1 Reply

  • I have not tried this, but you could attempt the following:

     

    1. Add some javascript in your webtop customization to request a specific resource from the APM.
    2. Code for that URI in an iRule and respond with a Set-cookie. You could add further validation to ensure that the Set-Cookie is done only when the APM policy eval was an Allow.

    I will try it out if I get a chance.

     

    Best !!