|
Posted by awebguynow on 09/01/06 15:01
OK, with the popup flames already. Please have something more
intelligent to say, if you'd like to post.
The webapp is an intranet in-house type of site, secured for a select
audience that has requested different report pages in different
windows.
I did notice in a simple test that using [ target="_blank" ]
does not cause SESSION to be lost.
My html output is the result of XSL transformation, but I don't think
that is the problem, as of yet. So my use of [ target="_blank" ] is
actually in the XSL file.
PHP (Psuedo-code)
session_start(); // via include file [ same for all my php files,
actually ]
...
... $xp->transformToXML( ... )
I'll be looking into it.
I also have heard of alternatives where SESSION is stored in a
database, etc.
[Back to original message]
|