Sessions with PHP and Standard Login

PHP programming forum. Ask questions or help people concerning PHP code. Don't understand a function? Need help implementing a class? Don't understand a class? Here is where to ask. Remember to do your homework!

Moderator: General Moderators

Post Reply
tobiasschmidt
Forum Newbie
Posts: 1
Joined: Fri May 13, 2005 4:42 am

Sessions with PHP and Standard Login

Post by tobiasschmidt »

Hi all,

upfront I must admit I have not done any programming for one year and have never used PHP. Therefore my question might be really stupid.

I have protected web directories and use a standard login provided by Apache to access these websites.
Now I need to identify which user has logged in and which web group this user belongs to.

Are there any means to preform this task without programming a login page? Any means to get the session info?

THX for your help.

Cheers

Tobias
Post Reply