Login integration with my self-developped website! Login integration with my self-developped website!
 

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

Login integration with my self-developped website!

Started by julien.alkaza, September 05, 2006, 05:00:56 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

julien.alkaza

Hi all,

I'm developping a web site in PHP/MySql.
Coppermine galery script will be integrated in it. As Coppermine manages users/groups... I'd like to use the "users" table for my mini-portal!!
But, How can I make a personnal "login form" and control if user is loged in??

My aim is to have only one form login which open "membre's" access everywhere!
Does coppermine use cookies, sessions??

Thanks for Help!!!

Julien  ;)

Joachim Müller

Quote from: julien.alkaza on September 05, 2006, 05:00:56 PM
My aim is to have only one form login which open "membre's" access everywhere!
Does coppermine use cookies, sessions??
Coppermine is using cookies to remember user authentification.

julien.alkaza

OK...Thanks!

And how does work the login procedure??
What I want to do, is to put a form on my index page to enabl login immediately!

Thanks again!! ;D