Posted by lorenzdominic_ on 08/18/06 08:22
Hi thanks Bartek for your help.
If the Session ID is "silently added" what is the need to append a
Session ID to a URL when not using cookies?
As this is the way I thought I had to do it? I was appending the
Session ID to the URL when accessing another page.
However it appears this is not required and all the tutorials on
appending a Session ID to a URL are pointless.
Regards
Dominic
bpuzon wrote:
> lorenzdominic_@hotmail.com wrote:
>
> >My question is how does PHP know which Session ID is the correct one if
> >I have hundreds of users and I am not giving PHP the correct Session ID
> >just calling a variable from within a Session object?
>
> As stated in the php manual (which is your best friend), the session_id is
> silently addedd to any requests you make after you've starter the session.
>
> --
> Z powazaniem
> Bartek Puzon
[Back to original message]
|