What happened to some cookies? What happened to some cookies?
 

News:

CPG Release 1.6.26
Correct PHP8.2 issues with user and language managers.
Additional fixes for PHP 8.2
Correct PHP8 error with SMF 2.0 bridge.
Correct IPTC supplimental category parsing.
Download and info HERE

Main Menu

What happened to some cookies?

Started by edpaffjr, June 14, 2007, 05:29:37 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

edpaffjr

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

Nibbler

We use a session based login now. Look at bridge/coppermine.inc.php to see how it works.

edpaffjr

Thanks for the help.  I am making pretty good progress now.