RE: RE: Sessions without cookies - Mailing list pgsql-php

From Grant
Subject RE: RE: Sessions without cookies
Date
Msg-id Pine.LNX.4.21.0105100856550.7933-100000@webster.conprojan.com.au
Whole thread Raw
In response to RE: RE: Sessions without cookies  ("Christian Marschalek" <cm@chello.at>)
List pgsql-php
> You can save the session info in a database also... No explicit need for
> cookies:) You should never rely on them since you many people could be
> behind a firewall that just filters them out and they have no chance to
> change that fact. The same goes with javascript...

Saving session information in a database is more overhead.

Note: Session variables are server side, stored in a file on the
webserver named the same as the session ID.


pgsql-php by date:

Previous
From: "Christian Marschalek"
Date:
Subject: Strange 2 ignore my last message..... Problem solved =)
Next
From: "Mitch Vincent"
Date:
Subject: Re: RE: Sessions without cookies