Quoting Adam Klatzkin <[EMAIL PROTECTED]>:
> Thank you for making these changes. I've noticed though, that the
> state
> information maintained by the SlideToken does not persist across
> requests
> within a users session. Would it be possible to actually store the
> SlideToken's parameters Hashtable within the users session so it is
> available on successive requests?
The WebDAV servlet doesn't reuse the SlideTokens, but nothing would prevent you
from doing so.
Just put the SlideToken into a session.
We can consider doing the same in the WebDAV servlet. It could also be a
workaround to the problem with IE and HEAD which was reported this weekend.
Remy