MockSession

A mock object that works like the real session, but doesn't actually interact with any actual database or http connection. Simply stores the data in its instance members.

version(with_breaking_cgi_features)
class MockSession : Session!Data(
Data
) {}
Suggestion Box / Bug Report