So I was building a simple WebPage to return JSON data, but I’m surprised
that it’s creating a session.  The code is pretty simple, I’m just using
scheduleRequestHandlerAfterCurrent to return JSON content.  No real
components on the page and I set stateless hint to true in the constructor.

But when init() on the page is called, it ends up calling dirty(true) which
ends up creating a session to get the page manager.

I’m sure I’m missing something obvious…any thoughts?

-Lon

Reply via email to