Session ID and PHPLib
am 10.09.2007 15:59:18 von vincent.marguerit
Hi,
I am using the phplib to manage php authentifications and provileges,
that works fine but I cannot get the ID of the current session
I try this for example:
[CODE]echo $sess->get_id()
[/CODE]
But that does not display any thing !
Do you know how to get the current ID to put it in the urls and
links ?
Thanks,
Vincent.
Re: Session ID and PHPLib
am 10.09.2007 18:32:17 von Jerry Stuckle
Defacta wrote:
> Hi,
>
> I am using the phplib to manage php authentifications and provileges,
> that works fine but I cannot get the ID of the current session
>
> I try this for example:
> [CODE]echo $sess->get_id()
> [/CODE]
>
> But that does not display any thing !
>
> Do you know how to get the current ID to put it in the urls and
> links ?
>
> Thanks,
> Vincent.
>
Vincent,
You'll get better response asking the people who run the project. I
doubt many of the people here use phplib.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================