Javascript tracker :'sessionCookieTimeout' to expire on browser close

I was reading about the sessionCookieTimeOut config at :

https://github.com/snowplow/snowplow/wiki/1-General-parameters-for-the-Javascript-tracker#2213-configuring-the-session-cookie-duration

If I set this value to 0, will it expire the cookie when session ends just like the below does to cookieLifetime parameter:

https://github.com/snowplow/snowplow/wiki/1-General-parameters-for-the-Javascript-tracker#2220-configuring-the-cookies-lifetime

Thanks in advance.

1 Like

Guys I’ve tried and it worked. Would be nice if this goes in documentation as well.