ratepic.php and cookies??? ratepic.php and cookies???
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

ratepic.php and cookies???

Started by jarekn, May 30, 2005, 12:17:33 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

jarekn

Not sure during which update changed this but I noticed that in ratepic.php you check to see if user accepts script's cookies... With this option enabled I and everyone else I talked to was unable to rate the images... I commented that part of the script out and now all works fine.  Can you tell me why this part is there?  My gallery is configured to only display large images to logged in users... eg no guests allowed... so I hope this won't cause any issues...

Thanx

JarekN
http://www.nitelifeinfo.com

Joachim Müller

If you only allow registered users, then there shouldn't be an issue with cookies, as authentification of registered users is done with cookies as well. Please post a link and test user account for details.

jarekn

Hello GauGau

Here is direct link to the gallery:

http://forum.nitelifeinfo.com/cpg

user: test
password: test2005

Thank you for taking the time and looking into this.  I should say that my cpg is integrated with vBulletin... not sure if that makes a difference...

Thanx

Nibbler

I'd expect the reason is that the coppermine cookie is being set with a path of '.' (fullstop). Set it to '/' (forward slash).

jarekn

THANX that is exactly what it was  ;D