#1266: Windows Azure Session Storage
-------------------------+--------------------------------------------------
Reporter: david | Owner: david
Type: enhancement | Status: closed
Priority: normal | Milestone: 1.0.4
Component: storage | Version: 1.0.3
Severity: normal | Resolution: fixed
Keywords: | Has_patch: 0
-------------------------+--------------------------------------------------
Comment(by david):
Sample config (the values for production are actually the development
defaults that are used if nothing is configured, as it is the case here in
the development environment):
{{{
#!xml
<ae:configuration environment="development-david" context="web">
<storage class="AgaviWindowsazureSessionStorage" />
</ae:configuration>
<ae:configuration environment="production" context="web">
<storage class="AgaviWindowsazureSessionStorage">
<ae:parameter name="host">127.0.0.1:10002</ae:parameter>
<ae:parameter
name="account_name">devstoreaccount1</ae:parameter>
<ae:parameter
name="account_key">Eby8vdM02xNOcqFlqUwJPLlmEtlCDXJ1OUzFT50uSRZ6IFsuFq2UVErCz4I6tq/K1SZFPTOtr/KBHBeksoGMGw==</ae:parameter>
</storage>
</ae:configuration>
}}}
Also remember that you need to configure {{{AgaviWebRequest}}} as
explained in #1265.
--
Ticket URL: <http://trac.agavi.org/ticket/1266#comment:4>
Agavi <http://www.agavi.org/>
An MVC Framework for PHP5
_______________________________________________
Agavi Tickets Mailing List
[email protected]
http://lists.agavi.org/mailman/listinfo/tickets