Date: 12/20/99
- Next message: Danny William Adair: "Re: [PHPLIB] passing variables through URL"
- Previous message: Mohammed: "[PHPLIB] passing variables through URL"
- In reply to: Mohammed: "(no subject)"
- Next in thread: yufeng: "(no subject)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Mohammed wrote:
>
> hello all.....I am having a serious problem all of a sudden and I dont
> understand why.
... just a guess but you probably dont have cookies on...
> the test pages that come with phplib are working fine still but now when This
> on the other hand:
> <?php page_open(array("sess" => "Authcenter_Session"));
> if (!isset($s)) { $s=0; };
> $sess->register("s");
> ?>
> <HTML><HEAD></HEAD><BODY><A HREF="trail2.php3">trail2.php3</BODY><HTML>
This line should read ...<A HREF="<? echo $sess->url("trail2.php3");
?>">treil2.php3</A>...
> <?php page_close();?>
> should as far as I know be a very simple way of tryingout phplib. I have a
> seconf page called trail2.php3 that points back to trail1.php3. Everytime I move
> from one page to the other, a NEW sessionid is made...Why?!?! shouldnt page_close
> be saving this?
>
> Looking forward to hearing from anyone on this,
> Mohammed
Cheers,
Andre
-
PHP3 Base Library Mailing List. Send messages to <phplib <email protected>>.
To unsubscribe, send "unsubscribe" to <phplib-request <email protected>> in
the body, not the subject, of your message.
- Next message: Danny William Adair: "Re: [PHPLIB] passing variables through URL"
- Previous message: Mohammed: "[PHPLIB] passing variables through URL"
- In reply to: Mohammed: "(no subject)"
- Next in thread: yufeng: "(no subject)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

