1

Is there a way you can modify the default Apex session timeout message in Oracle Apex? Can you show the step? Apex version: 20

From this image:

enter image description here

To this:

enter image description here

astentx
  • 6,393
  • 2
  • 16
  • 25
NoOneDer
  • 59
  • 8
  • 1
    what exactly is what you want ? to change the message icon ,message and fonts ? or to extend the apex timeout ? BTW, there is no Apex version 2021.06.29, Apex versions might be 18, 19, 20... – Roberto Hernandez Sep 15 '21 at 08:36
  • 1
    That is a custom message. Read this article https://www.talkapex.com/2009/09/enhanced-apex-session-timeouts/ – Roberto Hernandez Sep 15 '21 at 08:38
  • 1
    You may check this question: [Setting Oracle Apex Session Timeout](https://stackoverflow.com/questions/35341978/setting-oracle-apex-session-timeout) – astentx Sep 15 '21 at 08:38
  • 1
    My bad. I have updated the description. – NoOneDer Sep 15 '21 at 08:41

1 Answers1

1

If your goal is to change what is written on the message, you can customize the Text Message

  1. Go to Shared Components / Globalization / Translate / Text Messages

path for text messages

  1. Create a new Text Message

Create Text Message Button

  1. You can translate the message by adding the ID of the message on the Name field, and your custom message on Text Translating Text Message

In your case, for the first picture, it would be APEX.SESSION.ALERT.MAX_WARN

You can check more translations for the other timeout message here : Translating Messsages

ThomasT
  • 336
  • 4
  • 25
  • 1
    Thanks ThomasT. I was able to change the message. But is there a way I can include what's on the screenshot? I mean, making the content in center and adding the icon/image before the message. – NoOneDer Sep 15 '21 at 12:22
  • I don't think my solution can help with that, and I actually have no idea how to do so. Translating Messages only help you to change the text that is originally displayed. I've not been able to change anything in my own application except the original text, sorry ! :-/ – ThomasT Sep 15 '21 at 12:26
  • 1
    That is okay. You have been a great help. Thanks. :) – NoOneDer Sep 16 '21 at 07:11
  • Happy to help ! – ThomasT Sep 16 '21 at 07:41