Gossamer Forum
Home : Products : Gossamer Links : Discussions :

Re: [meta500] Need SOme Help With The Dynamic Log In on Static

Quote Reply
Re: [meta500] Need SOme Help With The Dynamic Log In on Static In reply to
I haven't worked with Community, but it looks like it overrides glinks' authentication modules, so glinks' normal cookies won't exist when logging in through Community. Try changing this in include_common_head.html:
Code:
if (cookies[i].match(/^\s*<%config.user_cookie_prefix%>s=[0-9a-f]{32}\s*$/)) {
to
Code:
if (cookies[i].match(/^\s*community_cookie_name_here=[0-9a-f]{32}\s*$/)) {
I believe Community uses the cookie name Community_Session.

Adrian

Last edited by:

brewt: Nov 7, 2005, 3:49 PM
Subject Author Views Date
Thread Need SOme Help With The Dynamic Log In on Static carfac 5911 Apr 24, 2005, 3:56 PM
Thread Re: [carfac] Need SOme Help With The Dynamic Log In on Static
brewt 5755 Apr 24, 2005, 4:20 PM
Post Re: [brewt] Need SOme Help With The Dynamic Log In on Static
carfac 5785 Apr 24, 2005, 4:46 PM
Thread Re: [brewt] Need SOme Help With The Dynamic Log In on Static
Clint 5714 Oct 19, 2005, 12:48 AM
Thread Re: [Clint] Need SOme Help With The Dynamic Log In on Static
brewt 5746 Oct 19, 2005, 1:05 AM
Thread Re: [brewt] Need SOme Help With The Dynamic Log In on Static
Clint 5716 Oct 19, 2005, 10:04 AM
Thread Re: [Clint] Need SOme Help With The Dynamic Log In on Static
brewt 5717 Oct 19, 2005, 11:30 AM
Thread Re: [brewt] Need SOme Help With The Dynamic Log In on Static
meta500 5716 Oct 22, 2005, 6:32 AM
Thread Re: [meta500] Need SOme Help With The Dynamic Log In on Static
Clint 5651 Oct 23, 2005, 10:15 PM
Thread Re: [Clint] Need SOme Help With The Dynamic Log In on Static
meta500 5629 Nov 7, 2005, 8:23 AM
Thread Re: [meta500] Need SOme Help With The Dynamic Log In on Static
brewt 5663 Nov 7, 2005, 3:48 PM
Post Re: [brewt] Need SOme Help With The Dynamic Log In on Static
meta500 5560 Nov 8, 2005, 5:12 AM
Thread Re: [brewt] Need SOme Help With The Dynamic Log In on Static
Jag 5602 Nov 8, 2005, 9:51 AM
Post Re: [Jag] Need SOme Help With The Dynamic Log In on Static
brewt 5575 Nov 8, 2005, 1:17 PM