BasicDataServerSession

An implementation of Session that works on real cgi connections utilizing the BasicDataServer.

As opposed to a MockSession which is made for testing purposes.

You will not construct one of these directly. See Cgi.getSessionObject instead.

version(with_breaking_cgi_features)
class BasicDataServerSession : Session!Data(
Data
) {}

Meta