Hi Ben, On Wed, Aug 12, 2009 at 11:34 PM, Ben Short<[email protected]> wrote: > On further investigation I have noticed that Tomcat never has any > active sessions for the Sling WebApp. Even if I browse around the > console. > > Does Sling or Felix invalidate http sessions after servicing requests?...
Sling doesn't use http sessions - when you authenticate via your browser and later run some javascript code, the browser uses cached credentials and adds them to the http requests. -Bertrand
