[Newbies] Account association in Squeak

Damien Cassou damien.cassou at laposte.net
Thu Aug 17 14:26:36 UTC 2006


Serdar Sahin wrote:
> I know there is not good place for this question but i thought someone 
> should have exprience with this.
> 
> I want to associate pier and gjallar account system with my open source 
> joomla CMS application’s user system. Is it possible ? So, when a user 
> log-in joomla, that user should be logged in pier and gjallar. If it is 
> possible, what should i do ? Any idea ?


If you use them as different applications, I don't think it is possible 
without using cookies or storing information based on IP address (this 
solution is bad because multiple users can have the same IP in the same 
time).

If joomla is the base application which encapsulates pier and gjallar 
(using #call: or #render:) then it is possible as they will share the 
same session.


> (sorry for my english)

It was clear, hope my answer is too :-)


More information about the Beginners mailing list