I am a newbie to Magma, and I am working on a project and I was wondering if there is an easy way to configure my system to have Magma work on seasidehosting. Now it is presently working on my local machine<div><div><b>connect</b></div>

<div><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>session := (MagmaSession openLocal: &#39;PackageDB&#39;) newSession; connectAs: &#39;admin&#39;.</b></div><div><b><br></b></div><div>I would appreciate if some assistance could be given in this regard.</div>

<div><br></div><div>Now I have implemented somewhat of a Singleton pattern, where I am allowing one DBase Connection per user session. Now I am having two issues. </div><div>1. How can I explicitly save the changes made to actual MagmaDB. As I can store data, to the object while in memory, but if I close the image all those changes are lost. So how can I ensure that it is also stored in the localfile.</div>

<div><br></div><div>2. I have an #unregistered method, however sometimes it works fine and another time is complains that is doesNotUnderstand disconnect. Any hint or solution as to why this might be happening</div><div>
<div>
<b>initialize </b></div><div><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>super initialize.</b></div><div><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>self database: PTDatabase new.</b> </div>

<div><br></div></div><div><div><b>unregistered</b></div><div><b> </b><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>self database session disconnect.</b></div><div><b> </b><span class="Apple-tab-span" style="white-space:pre"><b>        </b></span><b>super unregistered.</b></div>

<div><b><br></b></div><div><b>Thanks in advance.</b></div></div><br>-- <br>Damion Mitchell<br><br>
</div>