Loggin cookies or Session Loggin cookies or Session
 

News:

CPG Release 1.6.27
change DB IP storage fields to accommodate IPv6 addresses
remove use of E_STRICT (PHP 8.4 deprecated)
update README to reflect new website
align code with new .com CPG website
correct deprecation in captcha

Main Menu

Loggin cookies or Session

Started by adiboy, May 23, 2006, 11:53:22 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

adiboy

hello every one i just need a bit of help.

when i hade version cpg1.3.x i wrote this script that checks if the password cookie set.

if it isen't people could only view about 10 files
and
if it is set which means they are loged in they could play as many games as they like

the problem i am having now is i dont know if the password is set as a cookie or a session. and wht's the name of it.
Computer repair stoke on trent  :o http://sy2.com

Nibbler

It's a session cookie now. The name is dynamically generated based on the client, look at coppermine.inc.php for details.