On Thu, Oct 14, 2010 at 05:36:29PM +0200, Sebastian Detert wrote:
> Alexander Schrijver schrieb:
> >Is my message unclear? or didn't anyone ran into this problem?
> >
> If you want an atomic solution, you need to save the session to your
> database. How often do you need to delete data? Isn't it b
Alexander Schrijver schrieb:
Is my message unclear? or didn't anyone ran into this problem?
If you want an atomic solution, you need to save the session to your
database. How often do you need to delete data? Isn't it better to
delete at night when noone is online, or logout all users for
Is my message unclear? or didn't anyone ran into this problem?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On Mon, Oct 11, 2010 at 04:43:06PM +0200, Sebastian Detert wrote:
> Why don't you write a small function checking for invalid IDs and
> delete them and referenced subIDs? If you guess it's to hard/slow to
> find out all referenced subIDs you could change your Session array
> to an multi-dimensional
Alexander Schrijver schrieb:
Hi list,
I'm working on a project which uses a MySQL database to store some data. The
database looks something like this:
Companies
- id (PK)
- name
- sector_id -> Sectors (id)
- etc
Locations
- id (PK)
- company_id -> Companies (id)
- name
- etc
Sectors
- id (PK)
5 matches
Mail list logo