MCImageManager:Configuration/SessionAuthenticator.path key

From Moxiecode Documentation Wiki

Jump to: navigation, search

Option: SessionAuthenticator.path_key

This option enables you specify what session key to grab the filesystem.path from.

Example of usage in the config.php file

$mcImageManagerConfig['SessionAuthenticator.path_key'] = "MyPath";

Example of usage in the Web.Config file

<add key="SessionAuthenticator.path_key" value="MyPath" />
Personal tools