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 ?
Asked
Active
Viewed 668 times
1 Answers
2
wc-server.xml holds the fields you want.
<PersistentSession
cookieExpiry="-1"
delayNewPersistentGuestSession="true"
display="false" enable="true"/>

Soraz
- 6,610
- 4
- 31
- 48