[TYPO3-dev] Rdirection after authenfication in service

Ingmar Schlecht ingmar at typo3.org
Mon Mar 27 21:38:33 CEST 2006


Pierre Rouwens wrote:
> I have make an extension to authentificate users vs LDAP, and i need to
> redirect the user in some cases to a specified page...
> Is there a way to do this ?

Something like this should do:
header('location: '.t3lib_div::locationHeaderUrl('index.php?id='.$pageId));

cheers,
Ingmar




More information about the TYPO3-dev mailing list