Forum Discussion

Brice_B_180791's avatar
Brice_B_180791
Icon for Nimbostratus rankNimbostratus
Apr 20, 2015

LTM + APM change Session timout for specific uri

Hi, I am configuring an application with a dashbord for user who need to access the application all day long without re-authentication.

 

I'm using an access profile with Inactivity Timeout set to 900 for this spécific uri i need to increase this timeout to 28800 I try some Irules modification but no way I'm always prompt for authentication after 900s

 

when HTTP_REQUEST { if { ([HTTP::uri] equals "/dashboard") } { ACCESS::session data set session.inactivity_timeout 28800 } } Any solution ? or i's the bad way to do this ?

 

2 Replies