I already done something like this. I had a user management system and a login system.<br>I subclasses the wasession class to add a user instance variable. After I use my session class for my seaside app.<br>After login, I set the user variable of my session. So I can display a toolbar depending on the state a my user which is stored in my session variable.
<br><br>It&#39;s maybe a little bit old now. Seaside changed a lot since. Maybe there is an easier way to do it now.<br><br>hope this helps.<br><br>Sylvain<br><br><br><br><div><span class="gmail_quote">2007/10/24, Keith Hodges &lt;
<a href="mailto:keith_hodges@yahoo.co.uk">keith_hodges@yahoo.co.uk</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">I am wanting to make the toolbar available to my &quot;admin&quot; users for my
<br>app, but this appears difficult due to the current architecture since<br>Seaside doesnt handle user state at all.<br><br>any ideas would be appreciated<br><br>thanks in advance<br><br>Keith<br>_______________________________________________
<br>seaside mailing list<br><a href="mailto:seaside@lists.squeakfoundation.org">seaside@lists.squeakfoundation.org</a><br><a href="http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside">http://lists.squeakfoundation.org/cgi-bin/mailman/listinfo/seaside
</a><br></blockquote></div><br>