FsSessionStorageOptions

View Source

Summary

Options for filesystem-backed session storage.

Signature

interface FsSessionStorageOptions {
  useUnknownIds?: boolean;
}

Properties

useUnknownIds

Whether to reuse session IDs sent from the client that are not found in storage. Default is false.