While implementing some web application with session support, I noticed that there has been a change in SstWAS40SessionManager>>#cookieFromRequestHeaderString: which renders it nonfunctional. Someone replaced the "cookie value subStrings: $:" with "cookie value subStrings" which splits the cookie value on whitespace, not on $:.
We've implemented a fix, but it would be nice if this would be integrated into the next release.
Cheers,
Hans-Martin