Forum Discussion
Juanma_47808
Nimbostratus
Mar 30, 2008SSL session never ends
Hello,
I am trying to configure a https virtual server to load balance four WEB servers.
When a client ends his ssl session and tries to connect to again, he ocasionally receives and old page from his supposedly older ended ssl sesion. When a client clicks on any link of that old page, he is redirected to the main page again but if he refresh his session continuously (F5 key, F5 key ....) he can see the next WEB page as a result of his previous clicked link, without any authentication!!
Since the main page begins with a redirection, I have tried with an irule that found in the forum:
when HTTP_RESPONSE {
if {[HTTP::status] == 302} {
HTTP::header replace "Location" "https://myweb.domain.com:8081"
clientside {SSL::session invalidate}
}
}
but the problem continues.
I would remark three issues:
- I had another problem previously. A user could enter in the session of another logged user, and I solved this by disabling "unclean shutdown" and enabling "strict resume" in client and server SSL profile.
- I don´t use any persistence in the virtual server.
- I have not got CACHE module in my BIGIP.
Could be a persistence problem?
How can I force to end older SSL sessions?
Could you help me, please?
Thanks a lot in advance.
Juanma
- The_Bhattman
Nimbostratus
As you said you do not use any persistance. Are you using OneConnect Profile? Also is the webpage on the backend have code that does not allow the browser to cache the information? - Juanma_47808
Nimbostratus
- The_Bhattman
Nimbostratus
NP - Nicolas_Menant
Employee
Hi, - The_Bhattman
Nimbostratus
Off hand do you know if the IE7 has the same behavior? - Nicolas_Menant
Employee
I know this statement is true for ie5 an ie6 but i haven't been able to find information about ie7 for now.
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