Ask Your Question
1

What is the Session Protection Error that occurs in Oracle APEX 21.2 when a disabled textfield is loaded through a dynamic action?

asked 2023-06-22 09:55:35 +0000

pufferfish gravatar image

edit retag flag offensive close merge delete

1 Answer

Sort by ยป oldest newest most voted
2

answered 2023-06-22 10:15:02 +0000

djk gravatar image

The Session Protection Error in Oracle APEX 21.2 occurs when a disabled textfield is loaded through a dynamic action because the browser fails to submit the disabled item's value to the server, which causes a mismatch between the session state and the database state. As a result, the session is invalidated, and the user is prompted with the Session Protection Error message. To avoid this error, you should remove the disabled attribute from the textfield and use a read-only attribute instead.

edit flag offensive delete link more

Your Answer

Please start posting anonymously - your entry will be published after you log in or create a new account. This space is reserved only for answers. If you would like to engage in a discussion, please instead post a comment under the question or an answer that you would like to discuss

Add Answer


Question Tools

Stats

Asked: 2023-06-22 09:55:35 +0000

Seen: 9 times

Last updated: Jun 22 '23