user_odoo
user_odoo

Reputation: 2358

Oracle Apex - A lot of session with nobody user

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.

enter image description here

Upvotes: 2

Views: 1894

Answers (1)

Littlefoot
Littlefoot

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

Related Questions