Hello,
I want to use SSL for authenting and Session management purpose. I have apache running SSL successfully. Now i want to use PHP for this purpose.
How do i do that ???
Please explain in detail.
Thanks in advance
Vinay
I hve apache running only over https and installed php in exactly the same way as I would have for http. Or am I unterstanding you wrong?
Marc
I also have installed the https and works in the same ways as HTTP. But how do i keep track of session? This is my question. Over HTTP i can use PHPlib for session management purpose which uses cookie but how do i proceed over HTTPS. This exactly what i needed to do!
Waiting for reply! Vinay
Oh, I don't know PHPlib yet so I can't help you. But can't you just use it the way you use it with http? I use cookies and a mySQL Database for my session management over https and it works fine.