|
Posted by shimmyshack on 04/26/07 23:24
On Apr 26, 11:54 pm, Mike P2 <sumguyovrt...@gmail.com> wrote:
> The INI setting session.use_cookies can be used to disable the use of
> cookies for storing the session id remotely, and then I guess PHP will
> just rely on the IP address and (probably) User-Agent header. In this
> case, it may use the same session id for two computers under the same
> router.
in this case the application is responsible for maintaining state,
which means that if the appliaction does not send the sess id in the
url/hidden input/cookie and receive it and maintain it server side in
a file/database then a session wont be started/maintained.
Navigation:
[Reply to this message]
|