Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [klangan] Transerring User session to SSL link

Quote Reply
Re: [klangan] Transerring User session to SSL link In reply to
Hi,

If the domains are the same, or a prefix of each other (i.e. cookie is set on domain.com, secure server is secure.domain.com), it should be able to work.

If the secure server is on a different domain, it must be passed via URL. You could make your link to the SSL server have a global:

user_session =>
sub { return GT::CGI->cookie('s'); }

and then put <%user_session%> in the URL?

Cheers,

Alex
--
Gossamer Threads Inc.
Subject Author Views Date
Thread Transerring User session to SSL link klangan 3950 Oct 31, 2001, 8:44 AM
Thread Re: [klangan] Transerring User session to SSL link
Alex 3856 Oct 31, 2001, 10:22 AM
Thread Re: [Alex] Transerring User session to SSL link
cwschroeder 3631 May 27, 2009, 7:09 AM
Post Re: [cwschroeder] Transerring User session to SSL link
Andy 3624 May 27, 2009, 7:57 AM