Reputation: 2358
I have a lot of session with nobody user. Any solution how stop this.
Page 9999 is login page, page 2 is default (home page) after login.
Upvotes: 2
Views: 1894
Reputation: 142720
Unless I'm wrong, I don't think that there's anything to "stop".
When anyone accesses the login page, session is being created and they are recorded as such - nobody. Once they log in (providing username and password), :APP_USER
gets its value which is then equal to username.
When you log out, your session expires, but Apex creates a new - "nobody's" session (that's what Page 2 represents, I believe).
Shortly, that's how Apex works, there's nothing you should do about it.
Upvotes: 5