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

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

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