Forum Discussion

mishiranu_20050's avatar
mishiranu_20050
Icon for Nimbostratus rankNimbostratus
Aug 03, 2015

JsessionID iRule tomcat web application . Logging out

Hi,

We are having a problem when using JsessionID iRule for the tomcat web application. As requirement we need to have Jsession ID irule instead of cookie. so that we can control the records persistence for each server

Browser: IE, Chrome, Mozilla

Scenario

 Upon logging to web apps and clicking a button with notification. The notification was for Messages, Feedbacks, Briefings respectively. There was a periodic updates for the server.For instances , after i clicked Briefings(1) it will be redirected to Login or the session will timeout page again, but sometimes it won't. It is happening on random.

Please see my irule

when HTTP_RESPONSE {

if { [HTTP::cookie exists "JSESSIONID"] } { persist add uie [HTTP::cookie "JSESSIONID"] } } when HTTP_REQUEST { if { [HTTP::cookie exists "JSESSIONID"] } { persist uie [HTTP::cookie "JSESSIONID"] } }

How to attached the dumps or should i? Thanks!

Regards,

Mond

No RepliesBe the first to reply