I want to get the seesionid cookie generated from ldap login, and based on this redirect to page1, page2, page3 .. how do I do this with PHP
any help in this is regard is highly appreciated
Thankx in advance
eelixduppy
6:30 pm on Apr 10, 2008 (gmt 0)
Have any luck with this yet?
Are you looking to host a LDAP server or connect to one and then do what you have describe above? I'm not sure how to grab the id.
doosa
3:06 pm on Apr 11, 2008 (gmt 0)
No luck yet The user is already loggedin using CN name and password (ichain), after authentication the user is directed to my server ... from here on I have to do the redirection based on their group .. group1 > page1.htm and so on ...