Forum Discussion

Robert_47833's avatar
Robert_47833
Icon for Altostratus rankAltostratus
Feb 01, 2013

how to update cookie expire time

hi,expert

suppose client doesn't has cookie and send reuqest to bigip ----->backend server

when response arrived bigip,bigip set cookie xyz via http::cookie and expiration time is 1 hour

after 30 mins,

client send request to bigip again and when response arrives bigip,how to set up irule to update this cookie xyz expiration time,I don't wanna client has 2 xyz cookie in its IE or firefox

it seems below command will set another new xyz cookie to client

HTTP::cookie insert name  value  [path ] [domain ] [version <0 | 1 | 2>]

any help on this is appreciated.

3 Replies

  • hi

     

    1:session cookie,

     

    it depends on the session table in bigip,right?

     

     

    2:if still use the way I described above,how to achieve
  • Hey. The session cookie information doesn't exist or get stored on the F5, it sits with the client. If the user closes the window/tab connected to the app your running, the cookie is removed from their system, if they don't it lasts until they do.

     

     

    I don't think 2) is possible I'm afraid.