Posted by Jerry Stuckle on 06/20/07 11:53
Sergei Shelukhin wrote:
> Eh... How do I fiox the problem and write into session then? Do I have
> to write into session files manually?
>
You can't. It's simply a restriction of how sessions work.
Also, you can't write the session file itself manually, either - if you
tried, results would be highly indeterminate, IMHO.
Maybe you need to use another means to store your data (like an RDB) and
pass the id in the session.
Or perhaps you need to look at how to restructure your code.
But this will only affect someone if they have your site open in two
browser windows (and the same browser - not different browsers).
--
==================
Remove the "x" from my email address
Jerry Stuckle
JDS Computer Training Corp.
jstucklex@attglobal.net
==================
[Back to original message]
|