1

I need to change the expiry date of OOB (out of box) cookie in websphere Commerce 7 .How can I do it ? which file in WCS has the properties for OOB Cookies ?

vishnu
  • 511
  • 1
  • 7
  • 10

1 Answers1

2

wc-server.xml holds the fields you want.

 <PersistentSession
    cookieExpiry="-1"
    delayNewPersistentGuestSession="true"
    display="false" enable="true"/>
Soraz
  • 6,610
  • 4
  • 31
  • 48