Most likely because you are not managing your frames properly. You need
to use a .csp page as the frameset. If you are using html pages for that
what will happen is the browser will submit x number of requests based
on the number of frames at the same time. Each will be assigned their
own sessions, cooking your license and leading the problem you are
seeing. I wrote an explanation and demonstration of this at Devcon in
2003 and it is part of the current academy code from this year as well.
Nuno Canas wrote:
Ferry,
Which version of cach�??
Some Session issues are now corrected in 5.08 & 5.09.
Nuno
Ferry wrote:
Hello i use S %session.Data("test")="test"
But if i call a frames page then the %session.Data("test") is emty, why?