Posted by Gordon Burditt on 07/21/05 19:02
>Is there anyway to share a variable between many web users ?
>
>I've got an array, updated by users's actions.
>i do want this same array be available to all web users in their sessions.
>
>This without putting the content of the array in DB or file.
>
>I can not use shmop or sysvsem
>
>Any idea ?
This is generally what a database is used for. And a database or
file is about the only way you will get the functionality you want.
Gordon L. Burditt
Navigation:
[Reply to this message]
|