MCImageManager:Configuration/SessionAuthenticator.path key
From Moxiecode Documentation Wiki
[edit]
Option: SessionAuthenticator.path_key
This option enables you specify what session key to grab the filesystem.path from.
[edit]
Example of usage in the config.php file
$mcImageManagerConfig['SessionAuthenticator.path_key'] = "MyPath";
[edit]
Example of usage in the Web.Config file
<add key="SessionAuthenticator.path_key" value="MyPath" />
