09-Aug-2023 20:53
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 ?
09-Aug-2023 21:57
Hi
https://clouddocs.f5.com/api/irules/ACCESS__session.html
ACCESS::session exists
ACCESS::session exists [-sid <sid>]
if i use the later I would need to use access::session sid to get it 🙂
I was thinking if I can use MRHSESSION cookie as a equivilant to access::session sid