Forum Discussion
Chris_Hotchkiss
Nov 12, 2010Nimbostratus
Maintaining Same Session between 2 servers
Bear with me. Very new to this. Hope I am able to explain issue well enough.
We are running iplanet web servers using netegrity for authentication. The ltm is performing all the ssl functions.
We are bringing up another web server-iis- that is going to be used for a particular function. This function will be called upon by users who are signed into the iplanet web servers.
When a user is signed into the iplanet webserver and has an active ssl session, we want him to have the ability to click on a link that will go to the iis server yet maintain the same session, and then be able to return to the iplanet if neccessary.
Can an irule accomplish this and if so, could you provide the framework or point me in the right direction if this has been requested before?
Thank you.
- hooleylistCirrostratusHi Chris,
when HTTP_REQUEST { Check the requested URI switch -glob [HTTP::uri] { "/path1/* - "/path2/* { Request was for an IIS URI so select the pool and set a pool-specific cookie pool iis_pool persist cookie insert iis_persist 0 } default { Request was for an iPlanet URI so select the pool and set a pool-specific cookie pool iplanet_pool persist cookie insert iplanet_persist 0 } } }
- Chris_HotchkissNimbostratusThanks Aaron. After some trial and error I was able to get things working like we wanted with a combination that was kind of similar to what you explained. Thank you for the response.
- hooleylistCirrostratusHi Chris,
Recent Discussions
Related Content
DevCentral Quicklinks
* Getting Started on DevCentral
* Community Guidelines
* Community Terms of Use / EULA
* Community Ranking Explained
* Community Resources
* Contact the DevCentral Team
* Update MFA on account.f5.com
Discover DevCentral Connects