RE: RE: Sessions without cookies

From: Grant <grant(at)conprojan(dot)com(dot)au>
To: pgsql-php(at)postgresql(dot)org
Subject: RE: RE: Sessions without cookies
Date: 2001-05-09 22:59:28
Message-ID: Pine.LNX.4.21.0105100856550.7933-100000@webster.conprojan.com.au
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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.

In response to

Responses

Browse pgsql-php by date

  From Date Subject
Next Message Mitch Vincent 2001-05-09 23:35:28 Re: RE: Sessions without cookies
Previous Message Christian Marschalek 2001-05-09 21:39:34 Strange 2 ignore my last message..... Problem solved =)