Technical Forum
Ask questions. Discover Answers.
cancel
Showing results for 
Search instead for 
Did you mean: 

ACCESS::session sid fails some times

AlexS_yb
Cirrocumulus
Cirrocumulus

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 2

Paulius
MVP
MVP

@AlexS_yb I think you might have to specify it this way.

[ACCESS::session exists sid]

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