Forum Discussion

Gabriel_Olar_10's avatar
Gabriel_Olar_10
Icon for Nimbostratus rankNimbostratus
May 28, 2014

session.max_session_timeout

I think my Irule broke when I upgraded to 11.3 Is there a new name for {session.max_session_timeout}

here is an example of the irule, its just to allow longer sessions for certain APM users when ACCESS_POLICY_AGENT_EVENT { set DEBUG 1

            set username [ACCESS::session data get {session.logon.last.username}]
            switch -exact "$username" {
                            gosset1 { 
                              ACCESS::session data set session.max_session_timeout 86390
                            }

                  mookys2 { 
                              ACCESS::session data set session.max_session_timeout 86390
                            }

                            gxxolar { 
                              ACCESS::session data set session.max_session_timeout 86390
                            }
                            whinsdal { 
                              ACCESS::session data set session.max_session_timeout 86390
                            }
                            whefsfsy { 
                              ACCESS::session data set session.max_session_timeout 86390
                            }



            }

}

2 Replies

  • Disregard it still works I works in one aspect wich is I can stay connected longer

     

    but it does not work in a message box in the vpe it used to dispaly the max time out, now it doesnt it still displays the inactivity timeout

     

    your max_timeout: %{session.max_session_timeout} your inactivity_timeout: %{session.inactivity_timeout}