Date: 07/27/00
- Next message: Michael J. Huber: "[phplib] new_user.php3"
- Previous message: Luke Sturgess: "[phplib] How do I make a session span several pages?"
- In reply to: Luke Sturgess: "[phplib] How do I make a session span several pages?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Hi,
Well, if your browser isn't using cookies, then it won't remember the
session going through links if you haven't modified them with the
$sess->url() and $sess->purl() methods. These methods will append the query
string referencing the current session on them.
Hope this helps,
-matt
>
> I may be being incredibly stupid and missing something
> obvious, but I can't
> seem to get a session to work across more than one page. How
> do you group
> several pages to ensure that they can all be covered by the
> same session?
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: phplib-unsubscribe <email protected>
> For additional commands, e-mail: phplib-help <email protected>
>
>
---------------------------------------------------------------------
To unsubscribe, e-mail: phplib-unsubscribe <email protected>
For additional commands, e-mail: phplib-help <email protected>
- Next message: Michael J. Huber: "[phplib] new_user.php3"
- Previous message: Luke Sturgess: "[phplib] How do I make a session span several pages?"
- In reply to: Luke Sturgess: "[phplib] How do I make a session span several pages?"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]

