Re: [phplib] session From: abdel (abdel <email protected>)
Date: 01/05/01

"Max A. Derkachev" wrote:

> Hello abdel,
>
> Friday, January 05, 2001, 2:12:48 PM, you wrote:
>
> a> the original problem is i can't register a variable into a session
> a> this is an example
>
> a> $a = 12;
> $sess->>register("a");
> $sess->>register("s");
>
> a> into another call of a file $a is not set.
>
> How do you pass session id between pages? Do you use session cookies?

i use get mode for session

> Do
> you use $sess->url(), that appends session id to an url if the cookie is
> not set, on *EVERY* link on you page?

i use $sess->purl()

>
>
> --
> Best regards,
> Max A. Derkachev mailto:kot <email protected>
> Symbol-Plus Publishing Ltd.
> phone: +7 (812) 324-53-53
> http://www.Books.Ru -- All Books of Russia
>

---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>