Traveler is up a running fine.
However when I look at the internet users view on the server.
I can see multiple entries for each user, all for service http.
all signed in at different times with different expire times.
All with the state of open
we have one user running at the moment but i can see 35 sessions (in the internet users).
is this correct or have i missed a setting?
Subject: RE: Traveler; Internet Users
The Domino HTTP server in 8.0.1 does not generate a cookie when the request is being handled by the Domino Servlet Manager. The Traveler servlet is running in the Domino Servlet Manager, so the cookie is not generated. Because there is no cookie, there is no way for the next Traveler request to reuse that session and every HTTP request that a Traveler client makes will have its own session. The only issue you may encounter is if you run out of sessions, but this is highly unlikely; there is normally a large number of allowed sessions and the server would have to be under quite a bit of load because timing out the older sessions would most likely not be a problem as they would be old Traveler sessions which wouldn’t be reused anyway. We are looking at optimizations for the communications between Traveler and HTTP.