RE: [phplib] How do I make a session span several pages? From: Matthew R. MacIntyre (matthew.macintyre <email protected>)
Date: 07/27/00

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>