|
Posted by Jerry Stuckle on 06/24/07 12:13
Sergei Shelukhin wrote:
> Well as a matter of fact it's not a site, it's an intranet app, 99% of
> all users open it in multiple tabs and it's bad that session is
> basically unusable in php 0_o
> I wonder if they are going to fix it in php 6?
>
It's not just a PHP issue. It also has to do with Apache, the OS, and
HTTP protocol and the browser. As other languages have the same
"problem", I doubt it will be "fixed" because it's not broken.
And sessions are quite useful in PHP. I use them all the time, and so
do every PHP programmer I know. They just can't be used like you want
them to be used.
As I said - find another way to do it. For instance, use a database and
keep the key to the row in the session.
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
Navigation:
[Reply to this message]
|