Passing a FEU session internally?
Posted: Fri Jan 09, 2009 2:37 am
Hello, I am trying to pass a session from one domain to the other in the realm of a multiple domain with one install... I'm posting here vises the mod board as I think it's more on the core side that the work need do be on... only think thou lol... so the set up is like this...
CMSMS 1.5.1
FEU 1.5.4
And 5 domains
the site lets say
domains.com
domains.biz
domains.net
domains.info
domains.org
are connected fully sharing everything in the respective domain… So your not doubling the content and you don’t get a Google SEO mishap… but if the user logs in to domains.com and then move to domains.net they are not “logged in” but when the move back they are still logged in there leaving the user with two sessions but only one “script” work these two.
So this is the thing I think would work... but not sure on how... “create a cookie” for all 5 at the same time? Like store it in the DB or Pass the value in post... this way they can move around with out logging in to all of them.
Right now the same name for the cookie is made for the client... lets say
CMSSESSID7f4680cc
no matter what domain you go to... but let say you are on domains.com... you get a value of lets say
4hudhi029c24kkjjn31d78t810
and on domains.biz... you get a value of lets say
91uef4l4nq5flqaa5ri19c89o3
but still the same name CMSSESSID7f4680cc... so... not sure how to do this but I was thinking that I could just pass the value for the user as they move from one domain to the other domain… I am thinking that as I’m assuming that the name of the cookie is unique to the user..? So then I can push it’s value to the DB, Or a UDT to pass it in a post as I have a “handle” to work with.
And I was thinking… that there could be a way to use $smarty.session.user or $smarty.session.opts??? Trying to gain the know how of the inner working of the core and FEU interaction for ths area has been my stumbling block… and google anit helping much...
Now I’m sure that there is a lot of work… I’m not expecting anyone to do it for me… I really just need to be pointed in the right direction and may-be a few hints on how…
Any help would be great… I’m sure that is long enough lol but I have more information at
http://www.experts-exchange.com/Web_Dev ... 23292.html
Im not going to post any code yet as this is long and nothing so far has been all that great and I'm still reading too… anyways… Thanks for the help…
Jeremy
CMSMS 1.5.1
FEU 1.5.4
And 5 domains
the site lets say
domains.com
domains.biz
domains.net
domains.info
domains.org
are connected fully sharing everything in the respective domain… So your not doubling the content and you don’t get a Google SEO mishap… but if the user logs in to domains.com and then move to domains.net they are not “logged in” but when the move back they are still logged in there leaving the user with two sessions but only one “script” work these two.
So this is the thing I think would work... but not sure on how... “create a cookie” for all 5 at the same time? Like store it in the DB or Pass the value in post... this way they can move around with out logging in to all of them.
Right now the same name for the cookie is made for the client... lets say
CMSSESSID7f4680cc
no matter what domain you go to... but let say you are on domains.com... you get a value of lets say
4hudhi029c24kkjjn31d78t810
and on domains.biz... you get a value of lets say
91uef4l4nq5flqaa5ri19c89o3
but still the same name CMSSESSID7f4680cc... so... not sure how to do this but I was thinking that I could just pass the value for the user as they move from one domain to the other domain… I am thinking that as I’m assuming that the name of the cookie is unique to the user..? So then I can push it’s value to the DB, Or a UDT to pass it in a post as I have a “handle” to work with.
And I was thinking… that there could be a way to use $smarty.session.user or $smarty.session.opts??? Trying to gain the know how of the inner working of the core and FEU interaction for ths area has been my stumbling block… and google anit helping much...

Now I’m sure that there is a lot of work… I’m not expecting anyone to do it for me… I really just need to be pointed in the right direction and may-be a few hints on how…
Any help would be great… I’m sure that is long enough lol but I have more information at
http://www.experts-exchange.com/Web_Dev ... 23292.html
Im not going to post any code yet as this is long and nothing so far has been all that great and I'm still reading too… anyways… Thanks for the help…
Jeremy