cancel
Showing results for 
Search instead for 
Did you mean: 
cancel
546
Views
0
Helpful
2
Replies

CSM - COOKIE_INSERT_EXPIRATION_DATE variable question

olumidekomolafe
Level 1
Level 1

Hello

Is it possible to manipulate the cookie expiration (cookie insert) to be session based (i.e closed when the browser session ends)rather than the default of Fri, 1

Jan 2010 01:01:50 GMT?

The documentation says that cookie-insert does not support timeout value.

Any help appreciated.

2 Replies 2

To change the cookie expiration to be session-based you need to set this expiration timer to nothing.

Following need to be configured on CSM

(config-module-csm)#varia COOKIE_INSERT_EXPIRATION_DATE ""

Syed Iftekhar Ahmed

yap.. that sure worked..

Thanks a lot!