Re[2]: [phplib] session From: Max A. Derkachev (kot <email protected>)
Date: 01/05/01

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

-- 
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>