coppermine-gallery.com/forum

Support => cpg1.4.x Support => Older/other versions => cpg1.4 upgrading => Topic started by: edpaffjr on June 14, 2007, 05:29:37 AM

Title: What happened to some cookies?
Post by: edpaffjr on June 14, 2007, 05:29:37 AM
I just tried updating from v1.3.5 for v1.4.10 and noticed that cookiename.uid and cookiename.pass are no longer set when a user logs in.  I am using these cookies outside of the coppermine directory for authentication.  Now I cannot figure out how to get the id and pass from the cookiename.data cookie or any of the other cookies.  Any help with this would be greatly appreciated.

Thanks,
Ed
Title: Re: What happened to some cookies?
Post by: Nibbler on June 14, 2007, 01:51:28 PM
We use a session based login now. Look at bridge/coppermine.inc.php to see how it works.
Title: Re: What happened to some cookies?
Post by: edpaffjr on June 15, 2007, 06:18:30 PM
Thanks for the help.  I am making pretty good progress now.