Re: Login across pages

Lukas Kahwe Smith <[email protected]> Mon, 23 Jan 2006 22:11:04 +0100
Newsgroups gmane.comp.php.pear.liveuser
Message-ID <[email protected]>
Lars Olesen wrote:
> How do I use LiveUser to login across pages.
> 
> I managed to login on a single page:

this is handled through the php session id mechanism
http://de3.php.net/session

you need to pass the session id along either as a cookie, or via get or 
post ..

regards,
Lukas