Date: 01/05/01
- Next message: Marko Kaening: "Re: [phplib] array problem"
- Previous message: Marko Kaening: "[phplib] Problem with newly commited user4.inc"
- In reply to: abdel: "Re: [phplib] session"
- Next in thread: abdel: "Re: [phplib] session"
- Reply: abdel: "Re: [phplib] session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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>
- Next message: Marko Kaening: "Re: [phplib] array problem"
- Previous message: Marko Kaening: "[phplib] Problem with newly commited user4.inc"
- In reply to: abdel: "Re: [phplib] session"
- Next in thread: abdel: "Re: [phplib] session"
- Reply: abdel: "Re: [phplib] session"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

