Single sign on with php?

cross6

Senior member
Jun 16, 2005
508
0
0
basicly I'm making a portal for commonly used web apps (that are hosted locally in house).

Most of them are GNU public freeware and don't do SSO with LDAP or anything.

I'm using drupla (drupal.org) as the CMS and I was thinking - if I created a cookie with php before loading the site - and it was identical to what the web app used would it act like I'm signed on?

Anyone ever try stuff like this?