Forum Discussion

AlexS_yb's avatar
AlexS_yb
Icon for Cirrocumulus rankCirrocumulus
Aug 10, 2023

ACCESS::session sid fails some times

Hi

I have something like this

if { ( [ACCESS::session exists] ) } {

  set un_ec_sid [ACCESS::session sid]

  some other stuff

}

and I get in /var/log/ltm

session ID lookup failed - Expired (line 1) invoked from within "ACCESS::session sid"

 

not sure how that can fail the exists statemant confirms its valid but then suddenly it dies ?

 

also is the SID the same as MRHSESSION Cookie ?

 

 

 

 

2 Replies