Account association in Squeak

Previous Topic Next Topic
 
classic Classic list List threaded Threaded
3 messages Options
Reply | Threaded
Open this post in threaded view
|

Account association in Squeak

Serdar Sahin

Hi,

 

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 ?

 

(sorry for my english)

 

Thanks,

 

Serdar Sahin


_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

Re: Account association in Squeak

Damien Cassou-3
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 :-)
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners
Reply | Threaded
Open this post in threaded view
|

RE: Account association in Squeak

Serdar Sahin
Hi,

Thank you for your response.. It was clear :)
But I could not understand that how the pier and gjallar keep user
information on the server side or user side.. I will try to understand this.
Maybe i can open a popup window when they are login to the joomla. That
popup can be 0*0 and it can login to pier and gjallar too on the background.
Or kind of this solution.. I will ask to the pier's and gjallar's maillist
too..

Thank you again,



-----Original Message-----
From: [hidden email]
[mailto:[hidden email]] On Behalf Of Damien
Cassou
Sent: Friday, August 18, 2006 12:27 AM
To: A friendly place to get answers to even the most basic questions
aboutSqueak.
Subject: Re: [Newbies] Account association in Squeak

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 :-)
_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners

_______________________________________________
Beginners mailing list
[hidden email]
http://lists.squeakfoundation.org/mailman/listinfo/beginners