Gossamer Forum
Home : Products : Gossamer Links : Discussions :

passing session via url with gossamer community

Quote Reply
passing session via url with gossamer community
Hi there,

I'm having difficulty transferring a session via url from a Glinks http page to a Glinks https page using Gossamer Community plugin.

I have glinks variable 'user_sessions' set to URL. AND I'm using Gossamer Community.

the problem occurs when I pass my session from my unsecure domain to my secure domain (completely different urls - so cookies won't work)

In looking at the gossamer code I see that Community looks only for a cookie (it doesn't look in the url for a session):
my $session = $IN->cookie($Community::CFG->{session_cookie_name_session});


the question is:
Can Gossamer Community accept a session via url or does it have to be a cookie? If it can accept via url, where would I find the new version of Gossamer Community? I'm running Gossamer Community v.1.0.2

Thanks for any assistance you can provide.

peace