Skip to content
Arxisos edited this page Jun 8, 2012 · 11 revisions

The AuthFeature (plugin) already enables the SessionFeature, but if you want to make use of sessions and don't want to enable the built-in Authentication, you will need to register it manually with:

Plugins.Add(new SessionFeature());

Clone this wiki locally